Difference between revisions of "Template:Infobox Item/magical"
J McKalling (Talk | contribs) (Created page with "<includeonly> {{#switch: {{lc:{{{1|}}}}} | no = {{categorizer|category=Nonmagical items|label=No|display=infobox|nocat={{{nocat|false}}}}} | yes = {{categorizer|category=Magic...") |
J McKalling (Talk | contribs) m |
||
Line 42: | Line 42: | ||
<nowiki>{{Infobox Item/magical}}</nowiki> | <nowiki>{{Infobox Item/magical}}</nowiki> | ||
<nowiki>{{Infobox Item/magical|}}</nowiki> | <nowiki>{{Infobox Item/magical|}}</nowiki> | ||
− | <nowiki>{{Infobox Item/magical| | + | <nowiki>{{Infobox Item/magical|yeah}}</nowiki> |
<nowiki>{{Infobox Item/magical|true}}</nowiki> | <nowiki>{{Infobox Item/magical|true}}</nowiki> | ||
<nowiki>{{Infobox Item/magical|aye, it's magic!}}</nowiki> | <nowiki>{{Infobox Item/magical|aye, it's magic!}}</nowiki> |
Revision as of 18:29, 24 December 2012
This template offers the choice to define the magical category of an (item) article. It can also automatically categorize a page under that category.
Parameters
- Whether or not magical (no parameter name and value is case insensitive):
- no
- yes
- 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: eventhough the name of this template implies a default value of "yes", leaving the parameter empty or out resolves to "unknown" instead.
Syntax
{{Infobox Item/magical|value}}
Examples
Common use includes the only parameter with either values "yes" or "no":
{{Infobox Item/magical|yes}} {{Infobox Item/magical|no}}
The case of the value is not important:
{{Infobox Item/magical|YES}}
- Yes [list all]
You may leave "magical" undefined (which would raise the Items of unknown magic maintenance task) by not specifying any valid value, so these all have the same result:
{{Infobox Item/magical}} {{Infobox Item/magical|}} {{Infobox Item/magical|yeah}} {{Infobox Item/magical|true}} {{Infobox Item/magical|aye, it's magic!}} {{Infobox Item/magical|whatever}} {{Infobox Item/magical|nope?}} {{Infobox Item/magical|false}} {{Infobox Item/magical|null}} {{Infobox Item/magical|zero}} {{Infobox Item/magical|powerless}} {{Infobox Item/magical|not}}
- unknown [list all]
The nocat parameter may be used to suppress automatic categorization like this (any value will do):
{{Infobox Item/magical|yes|nocat=true}}
This would render the same result as the first example above, but would not automatically categorize under Category:Magical items. This feature works both on valid values and the maintenance task mentioned above.