Difference between revisions of "Template:Infobox Item/type"
J McKalling (Talk | contribs) m |
J McKalling (Talk | contribs) (added infobox) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#switch: {{lc:{{{1|}}}}} | {{#switch: {{lc:{{{1|}}}}} | ||
− | | bonus = {{categorizer|category=Bonus items|label=Bonus | + | | bonus = {{categorizer|category=Bonus items|label=Bonus|nocat={{{nocat|false}}}}} |
− | | component = {{categorizer|category=Component items|label=Component | + | | component = {{categorizer|category=Component items|label=Component|nocat={{{nocat|false}}}}} |
− | | currency = {{categorizer|category=Currency items|label=Currency | + | | currency = {{categorizer|category=Currency items|label=Currency|nocat={{{nocat|false}}}}} |
− | | equipment = {{categorizer|category=Equipment items|label=Equipment | + | | equipment = {{categorizer|category=Equipment items|label=Equipment|nocat={{{nocat|false}}}}} |
− | | key = {{categorizer|category=Key items|label=Key | + | | key = {{categorizer|category=Key items|label=Key|nocat={{{nocat|false}}}}} |
− | | quest = {{categorizer|category=Quest items|label=Quest | + | | quest = {{categorizer|category=Quest items|label=Quest|nocat={{{nocat|false}}}}} |
− | | reward = {{categorizer|category=Reward items|label=Reward | + | | reward = {{categorizer|category=Reward items|label=Reward|nocat={{{nocat|false}}}}} |
− | | tool = {{categorizer|category=Tool items|label=Tool | + | | tool = {{categorizer|category=Tool items|label=Tool|nocat={{{nocat|false}}}}} |
− | | weapon = {{categorizer|category=Weapon items|label=Weapon | + | | weapon = {{categorizer|category=Weapon items|label=Weapon|nocat={{{nocat|false}}}}} |
| {{maintenance task|nocat={{{nocat|false}}} | | {{maintenance task|nocat={{{nocat|false}}} | ||
|category=Items of unknown type | |category=Items of unknown type | ||
Line 15: | Line 15: | ||
|label=''unknown'' | |label=''unknown'' | ||
|reason=The '''type''' parameter specifies {{#if:{{{1|}}}|'{{lc:{{{1|}}}}}' (unknown)| no value}} }} | |reason=The '''type''' parameter specifies {{#if:{{{1|}}}|'{{lc:{{{1|}}}}}' (unknown)| no value}} }} | ||
− | }}</includeonly><noinclude> | + | }}</includeonly><noinclude>{{Infobox Template |
+ | |purpose=infobox | ||
+ | |singletag=no | ||
+ | |multiline=no | ||
+ | |gamerelated=yes | ||
+ | |suppressible=recursively | ||
+ | |choice=single | ||
+ | |cat1=Bonus items!bonus | ||
+ | |cat2=Component items!component | ||
+ | |cat3=Currency items!currency | ||
+ | |cat4=Equipment items!equipment | ||
+ | |cat5=Key items!key | ||
+ | |cat6=Quest items!quest | ||
+ | |cat7=Reward items!reward | ||
+ | |cat8=Tool items!tool | ||
+ | |cat9=Weapon items!weapon | ||
+ | |cat10=Items of unknown type!''unknown''!maintenance | ||
+ | |var1= | ||
+ | }} | ||
+ | |||
This template offers a multiple choice for defining the type category of an (item) article. It can also automatically categorize a page under that category. | This template offers a multiple choice for defining the type category of an (item) article. It can also automatically categorize a page under that category. | ||
Line 33: | Line 52: | ||
− | '''''Note:''' more category values should be discussed on the [[Template Talk:{{PAGENAME}}|discussion page]]. | + | '''''Note:''' more category values should be discussed on the [[Template Talk:{{PAGENAME}}|discussion page]].'' |
==Syntax== | ==Syntax== | ||
Line 74: | Line 93: | ||
This would render the same result as the first example above, but would not automatically categorize under [[:Category:Bonus items]]. This feature works both on valid values and the maintenance task mentioned above. | This would render the same result as the first example above, but would not automatically categorize under [[:Category:Bonus items]]. This feature works both on valid values and the maintenance task mentioned above. | ||
− | |||
</noinclude> | </noinclude> |
Latest revision as of 17:19, 6 June 2014
Infobox Item/type | |
---|---|
Purpose |
Infobox [list all] |
Single tag |
No [list all] |
Multi-line |
No [list all] |
Protected |
No [list all] |
Game related |
Yes [list all] |
Categorization | |
Suppressible |
Recursively [list all] |
Choice |
Single category [list all] |
Categories |
Multiple: [list all] |
Variables | |
Names |
none [list all] |
Subpages |
This template offers a multiple choice for defining the type category of an (item) article. It can also automatically categorize a page under that category.
Parameters
- The selected type from the following values (no parameter name and values are case insensitive):
- bonus
- component
- currency
- equipment
- key
- quest
- reward
- tool
- weapon
- any other (non)empty value defaults to: unknown
- nocat: Whether or not to suppress categorization under the chosen category (defaults to false, which means auto categorization).
Note: more category values should be discussed on the discussion page.
Syntax
{{Infobox Item/type|value}}
Examples
Any of the above values may be used like this:
{{Infobox Item/type|bonus}} {{Infobox Item/type|equipment}} {{Infobox Item/type|quest}} {{Infobox Item/type|tool}} {{Infobox Item/type|weapon}}
The case of the value is not important:
{{Infobox Item/type|reWARd}}
- Reward [list all]
You may leave the "type" undefined (which would raise the Items of unknown type maintenance task) by not specifying any valid value, so these all have the same result:
{{Infobox Item/type}} {{Infobox Item/type|}} {{Infobox Item/type|computer}} {{Infobox Item/type|bill}} {{Infobox Item/type|vehicle}}
- unknown [list all]
The nocat parameter may be used to suppress automatic categorization like this (any value will do):
{{Infobox Item/type|bonus|nocat=true}}
This would render the same result as the first example above, but would not automatically categorize under Category:Bonus items. This feature works both on valid values and the maintenance task mentioned above.