Template:ItemCategory: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
Alleryn (talk | contribs)
No edit summary
Alleryn (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>[[:Category:Items/{{{1}}}|
[[:Category:Items/{{{1}}}|
{{#if: {{{2|}}}
{{#if: {{{2|}}}
   | {{{2}}}
   | {{{2}}}
Line 987: Line 986:
                 |{{{1}}}
                 |{{{1}}}
     }}
     }}
}}]]
}}]]</includeonly>
</includeonly>
<noinclude>
<noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Revision as of 01:36, 31 August 2020


Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]


Description

Used for those of us who have trouble remembering the correct syntax to link to a category page, or to save a little typing by using a default display link text provided by a lookup table. It creates a link to an item category page.

Syntax

{{ItemCategory|<Item Category Keyword>|<Display Text>}}

Parameters

First parameter (required): The Keyword for the Item Category, as found in items.json in the public data.

Second parameter (optional): The link text you wish to be displayed. If omitted this is selected automatically via a lookup table. It will be the plural form of the Item Category, in plain english, in most cases.

Examples

Code Result
{{ItemCategory|MagicOil}}
{{ItemCategory|MagicOil|Oils which have magical properties}}
Oils which have magical properties
{{ItemCategory|Armor}}
Pieces of Armor
{{ItemCategory|Apple}}
Apples
The above text is transcluded from Template:ItemCategory/doc; you can change it or view its history.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:ItemCategory/doc. (View all subpages of this page.)