{"id":33794,"date":"2015-01-21T17:15:44","date_gmt":"2015-01-21T17:15:44","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/cc-lexicon-lite\/"},"modified":"2015-05-26T06:16:45","modified_gmt":"2015-05-26T06:16:45","slug":"cc-lexicon-lite","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/cc-lexicon-lite\/","author":13578378,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.1","stable_tag":"1.0.1","tested":"4.2.39","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"CC Lexicon Lite","header_author":"Caterham Computing","header_description":"","assets_banners_color":"f7f7f7","last_updated":"2015-05-26 06:16:45","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/cclexiconlite.ccplugins.co.uk\/donate\/","header_plugin_uri":"http:\/\/cclexiconlite.ccplugins.co.uk\/","header_author_uri":"http:\/\/www.caterhamcomputing.net\/","rating":3,"author_block_rating":0,"active_installs":10,"downloads":2420,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":{"1.0.1":"<ul>\n<li>Small bug fix<\/li>\n<\/ul>"},"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"1"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1072774","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1072774","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":"1078137","resolution":"1544x500","location":"assets"},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1078137","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1072731","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1072731","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1072731","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1072731","resolution":"4","location":"assets"}},"screenshots":{"1":"Default (Simple) skin: <code>[lexicon]<\/code> or <code>[lexicon skin=\"simple\"]<\/code>","2":"Skin for Red colour schemes: <code>[lexicon skin=\"red\"]<\/code>","3":"Skin for Green colour schemes: <code>[lexicon skin=\"green\"]<\/code>","4":"Skin for Blue colour schemes: <code>[lexicon skin=\"blue\"]<\/code>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[8880,16630,80,5058,1901],"plugin_category":[43,47,57],"plugin_contributors":[80969],"plugin_business_model":[],"class_list":["post-33794","plugin","type-plugin","status-publish","hentry","plugin_tags-dictionary","plugin_tags-lexicon","plugin_tags-shortcode","plugin_tags-term","plugin_tags-terms","plugin_category-customization","plugin_category-education-and-support","plugin_category-taxonomy","plugin_contributors-caterhamcomputing","plugin_committers-caterhamcomputing"],"banners":{"banner":"https:\/\/ps.w.org\/cc-lexicon-lite\/assets\/banner-772x250.jpg?rev=1078137","banner_2x":"https:\/\/ps.w.org\/cc-lexicon-lite\/assets\/banner-1544x500.jpg?rev=1078137","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/cc-lexicon-lite\/assets\/icon-128x128.png?rev=1072774","icon_2x":"https:\/\/ps.w.org\/cc-lexicon-lite\/assets\/icon-256x256.png?rev=1072774","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/cc-lexicon-lite\/assets\/screenshot-1.png?rev=1072731","caption":"Default (Simple) skin: <code>[lexicon]<\/code> or <code>[lexicon skin=\"simple\"]<\/code>"},{"src":"https:\/\/ps.w.org\/cc-lexicon-lite\/assets\/screenshot-2.png?rev=1072731","caption":"Skin for Red colour schemes: <code>[lexicon skin=\"red\"]<\/code>"},{"src":"https:\/\/ps.w.org\/cc-lexicon-lite\/assets\/screenshot-3.png?rev=1072731","caption":"Skin for Green colour schemes: <code>[lexicon skin=\"green\"]<\/code>"},{"src":"https:\/\/ps.w.org\/cc-lexicon-lite\/assets\/screenshot-4.png?rev=1072731","caption":"Skin for Blue colour schemes: <code>[lexicon skin=\"blue\"]<\/code>"}],"raw_content":"<!--section=description-->\n<p>Lexicon Entries consist of a \"Term\" and a \"Definition\" (if you are creating FAQs, this equates to a \"Question\" and an \"Answer\"), and can be managed in exactly the same way as standard WordPress posts.<\/p>\n\n<p>The Lexicon Entries can also be organised into Categories.<\/p>\n\n<p>The Lexicon Entries are displayed using a shortcode, allowing you to display all entries or those for certain categories.<\/p>\n\n<p>The terms are indexed alphabetically, and initially only the terms are displayed - clicking on any term will expand the entry to show the definition.<\/p>\n\n<h4>Using the shortcode<\/h4>\n\n<p>The simplest usage would be to use the shortcode with no parameters:<\/p>\n\n<pre><code>[lexicon]\n<\/code><\/pre>\n\n<p>This would show all Lexicon Entries in all Categories with the default styling.<\/p>\n\n<p>To show the Lexicon Entries for a single category, you would specify the category slug using the <code>category<\/code> parameter:<\/p>\n\n<pre><code>[lexicon category=\"general-entries\"]\n<\/code><\/pre>\n\n<p>To show Lexicon Entries for a number of categories, simply supply a comma-separated list of category slugs:<\/p>\n\n<pre><code>[lexicon category=\"general-entries,specialist-subjects,misc-entries\"]\n<\/code><\/pre>\n\n<p>You can change the styling of the Lexicon Entries using the <code>before_heading<\/code>, <code>after_heading<\/code>, <code>before_title<\/code> and <code>after_title<\/code> parameters:<\/p>\n\n<p>The <code>before_heading<\/code> and <code>after_heading<\/code> parameters specify the HTML used before and after the indexation heading. By default, <code>before_heading<\/code> is set to <code>&lt;h4&gt;<\/code> and <code>after_heading<\/code> is set to <code>&lt;\/h4&gt;<\/code>.<\/p>\n\n<p>If you wanted to have these items displayed at a larger size you could use something like:<\/p>\n\n<pre><code>[lexicon before_heading=\"&lt;h1&gt;\" after_heading=\"&lt;\/h1&gt;\"]\n<\/code><\/pre>\n\n<p>Similarly, the <code>before_title<\/code> and <code>after_title<\/code> parameters specify the HTML used before and after the actual Lexicon Term. By default, <code>before_title<\/code> is set to <code>&lt;h5&gt;<\/code> and <code>after_title<\/code> is set to <code>&lt;\/h5&gt;<\/code>.<\/p>\n\n<p>If you wanted to have these items displayed at a larger size you could use something like:<\/p>\n\n<pre><code>[lexicon before_title=\"&lt;h1&gt;\" after_title=\"&lt;\/h1&gt;\"]\n<\/code><\/pre>\n\n<p>The default instructions that are displayed above the entries by the plugin read: \"Click on any term below to reveal the description.\" ... you can change these instructions by specifying the <code>instructions<\/code> parameter:<\/p>\n\n<pre><code>[lexicon instructions=\"Click on any item below to reveal more ...\"]\n<\/code><\/pre>\n\n<p>You can change how the instructions are displayed by specifying the <code>before_instructions<\/code> and <code>after_instructions<\/code> parameters. The default value for <code>before_instructions<\/code> is <code>&lt;h5&gt;<\/code>, and for <code>after_instructions<\/code> is <code>&lt;\/h5&gt;<\/code>.<\/p>\n\n<p>For example, you could specify that the instructions are displayed in a <code>&lt;div&gt;<\/code> element as follows:<\/p>\n\n<pre><code>[lexicon before_instructions=\"&lt;div&gt;\" after_instructions=\"&lt;\/div&gt;\"]\n<\/code><\/pre>\n\n<p>You can specify a <code>skin<\/code> parameter, which will apply some standard styling to the Lexicon entries. This parameter can take the following values: <code>simple<\/code> (the default value), <code>red<\/code>, <code>green<\/code>and <code>blue<\/code>.<\/p>\n\n<p>For example, the following would display the Lexicon entries in blue <code>[lexicon skin=\"blue\"<\/code>.<\/p>\n\n<p>If you want to add your own styling to the Lexicon entries, you can specify the <code>class<\/code> parameter to add your own class to the Lexicon entries for styling with CSS. Specifying the <code>class<\/code> parameter will cause the <code>skin<\/code> parameter to be ignored.<\/p>\n\n<p>For example, you could use:<\/p>\n\n<pre><code>[lexicon class=\"myclass\"]\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Small bug fix<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"Provides an easy way to maintain and organise dictionary or glossary-style entries, or any type of term-based list. Display is via a simple shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/33794","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=33794"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/caterhamcomputing"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=33794"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=33794"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=33794"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=33794"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=33794"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=33794"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}