Template:ArmorCategory: Difference between revisions
From Archaelund Wiki
(Created page with "<onlyinclude><includeonly>{{#switch:{{{1|}}} |TagList = Light; Heavy |Light = Light Armor |Heavy = Heavy Armor |#default = N/A }}</includeonly></onlyinclude> {{Documentation}} Category:Armor Templates") |
No edit summary |
||
| Line 3: | Line 3: | ||
|Light = Light Armor | |Light = Light Armor | ||
|Heavy = Heavy Armor | |Heavy = Heavy Armor | ||
|#default = | |#default = − | ||
}}</includeonly></onlyinclude> | }}</includeonly></onlyinclude> | ||
{{Documentation}} | {{Documentation}} | ||
[[Category:Armor Templates]] | [[Category:Armor Templates]] | ||
Latest revision as of 17:22, 8 January 2025
Description
This template contains the predefined armor categories to be used within Template:Armor and takes the corresponding tags (Light • Heavy) as input. The output is the description to be displayed on the Wiki page.
Usage
{{ArmorCategory|<tag>}}
For generating a semicolon-separated list of all available tags (intended for documentation purposes) use
{{ArmorCategory|TagList}}
Tag options
| Tag | Output |
|---|---|
| Light | Light Armor |
| Heavy | Heavy Armor |
| − |
How to add new armor categories
In order to add a new category, you have to insert a new case in the template's #switch structure (only parts indicated by <...> may be edited):
|<NewTag> = <output text>
Also, add the new tag to the existing TagList case so it will appear in any documentation:
|TagList = ...; <NewTag>; ...
View/Edit documentation page