Difference between revisions of "Template:Infobox Character/magical"

From Twinsuniverse
Jump to: navigation, search
m
m
Line 8: Line 8:
  
 
==Parameters==
 
==Parameters==
* Whether or not magical (no parameter name and value is case insensitive):
+
# Whether or not magical (no parameter name and value is case insensitive):
*# ''no''
+
#* ''no''
*# ''yes''
+
#* ''yes''
*# any other (non)empty value defaults to: ''unknown''
+
#* 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).
 
* '''nocat''': Whether or not to suppress categorization under the chosen category (defaults to false, which means auto categorization).
  

Revision as of 19:39, 25 November 2012

This template offers the choice to define the magical category of a (character) article. It can also automatically categorize a page under that category.

Parameters

  1. 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 does suggest a default value of "yes", leaving the parameter empty or out resolves to "unknown" instead.

Syntax

{{infobox character/magical|value}}

Examples

Common use includes the only parameter with either values "yes" or "no":

{{infobox character/magical|yes}}
{{infobox character/magical|no}}
Yes [list all]
No [list all]


The case of the value is not important:

{{infobox character/magical|YES}}
Yes [list all]


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

{{infobox character/magical}}
{{infobox character/magical|}}
{{infobox character/magical|yes}}
{{infobox character/magical|true}}
{{infobox character/magical|aye, it's magic!}}
{{infobox character/magical|whatever}}
{{infobox character/magical|nope?}}
{{infobox character/magical|false}}
{{infobox character/magical|null}}
{{infobox character/magical|zero}}
{{infobox character/magical|powerless}}
{{infobox character/magical|not}}
unknown [list all]


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

{{infobox character/magical|yes|nocat=true}}

This would render the same result as the first example above, but would not automatically categorize under Category:Magical Characters. This feature works on all valid values.