Difference between revisions of "Template:Infobox Item/damage"

From Twinsuniverse
Jump to: navigation, search
(Created page with "<includeonly> {{#switch: {{lc:{{{1|}}}}} | little = {{categorizer|category=Weak items|label=Little|display=infobox|nocat={{{nocat|false}}}}} | medium = {{categorizer|category=...")
 
m (eliminated the display parameter of the categorizer)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
{{#switch: {{lc:{{{1|}}}}}
 
{{#switch: {{lc:{{{1|}}}}}
| little = {{categorizer|category=Weak items|label=Little|display=infobox|nocat={{{nocat|false}}}}}
+
| little = {{categorizer|category=Weak items|label=Little|nocat={{{nocat|false}}}}}
| medium = {{categorizer|category=Medium damage items|label=Medium|display=infobox|nocat={{{nocat|false}}}}}
+
| medium = {{categorizer|category=Medium damage items|label=Medium|nocat={{{nocat|false}}}}}
| high = {{categorizer|category=Strong items|label=High|display=infobox|nocat={{{nocat|false}}}}}
+
| high = {{categorizer|category=Strong items|label=High|nocat={{{nocat|false}}}}}
| varies magic = {{categorizer|category=Varied damage items|label=Varies|display=infobox|nocat={{{nocat|false}}}}} (depends on magic)
+
| varies magic = {{categorizer|category=Varied damage items|label=Varies|nocat={{{nocat|false}}}}} (depends on magic)
| varies behavior = {{categorizer|category=Varied damage items|label=Varies|display=infobox|nocat={{{nocat|false}}}}} (depends on bahavior)
+
| varies behavior = {{categorizer|category=Varied damage items|label=Varies|nocat={{{nocat|false}}}}} (depends on bahavior)
| none = {{categorizer|category=Nondamaging items|display=emptyinfobox|nocat={{{nocat|false}}}}}
+
| none = {{categorizer|category=Nondamaging items|display=none|nocat={{{nocat|false}}}}}
 
| {{maintenance task|nocat={{{nocat|false}}}
 
| {{maintenance task|nocat={{{nocat|false}}}
 
     |category=Items of unknown damage
 
     |category=Items of unknown damage

Revision as of 18:47, 3 January 2013

This template offers a multiple choice for defining the damage category of an (item) article. It can also automatically categorize a page under that category.

Parameters

  1. The selected damage from the following values (no parameter name and values are case insensitive):
    • little
    • medium
    • high
    • varies magic
    • varies behavior
    • none
    • 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/damage|value}}

Examples

Any of the above values may be used like this:

{{Infobox Item/damage|little}}
{{Infobox Item/damage|medium}}
{{Infobox Item/damage|high}}
{{Infobox Item/damage|varies magic}}
{{Infobox Item/damage|varies behavior}}
Little [list all]
Medium [list all]
High [list all]
Varies [list all] (depends on magic)
Varies [list all] (depends on behavior)


The case of the value is not important:

{{Infobox Item/damage|MEDium}}
Medium [list all]


You don't have to specify "damage" for items that don't attack, by specifying the "none" value, so this won't display anything:

{{Infobox Item/damage|none}}

Instead, this would still categorize the page under the Nondamaging items category, inline with the other values above.


You may also leave the "damage" undefined (which would raise the Items of unknown damage maintenance task) by not specifying any valid value, so these all have the same result:

{{Infobox Item/damage}}
{{Infobox Item/damage|}}
{{Infobox Item/damage|totalloss}}
{{Infobox Item/damage|2 stars}}
{{Infobox Item/damage|yes}}
unknown [list all]


The nocat parameter may be used to suppress automatic categorization like this (any value will do):

{{Infobox Item/damage|little|nocat=true}}

This would render the same result as the first example above, but would not automatically categorize under Category:Weak items. This feature works both on valid values and the maintenance task mentioned above.