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

From Twinsuniverse
Jump to: navigation, search
m
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
{{#switch: {{lc:{{{1|no}}}}}
 
{{#switch: {{lc:{{{1|no}}}}}
| no = {{categorizer|category=Nonmagical Characters|label=No|nocat={{{nocat|false}}}}}
+
| no
| {{categorizer|category=Magical Characters|label=Yes|nocat={{{nocat|false}}}}}
+
| = {{categorizer|category=Nonmagical Characters|label=No|nocat={{{nocat|false}}}}}
 +
| #default = {{categorizer|category=Magical Characters|label=Yes|nocat={{{nocat|false}}}}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
 
This template offers the choice to define the magical category of a (character) article. It can also automatically categorize a page under that category.
 
This template offers the choice to define the magical category of a (character) article. It can also automatically categorize a page under that category.
Line 9: Line 10:
 
* Whether or not magical (no parameter name and values are case insensitive):
 
* Whether or not magical (no parameter name and values are case insensitive):
 
*# ''no''
 
*# ''no''
*# any other empty and non-empty value defaults to: ''yes''
+
*# leaving the value out and the empty value defaults to: ''no''
*# leaving this value out defaults to: ''no''
+
*# any other non-empty value defaults to: ''yes''
 
* '''nocat''': Whether or not to suppress categorization under the magical category (defaults to false, which means auto categorization).
 
* '''nocat''': Whether or not to suppress categorization under the magical category (defaults to false, which means auto categorization).
  
Line 35: Line 36:
  
  
Using the empty value however, defaults to yes instead:
+
Using the empty value is the same:
 
  <nowiki>{{magical|}}</nowiki>
 
  <nowiki>{{magical|}}</nowiki>
 +
 +
:{{categorizer|category=Nonmagical Characters|label=No|nocat=true}}
 +
 +
 +
Specifying any other value will be interpreted as yes like this:
 +
<nowiki>{{magical|of cource}}</nowiki>
  
 
:{{categorizer|category=Magical Characters|label=Yes|nocat=true}}
 
:{{categorizer|category=Magical Characters|label=Yes|nocat=true}}

Revision as of 02:12, 22 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

  • Whether or not magical (no parameter name and values are case insensitive):
    1. no
    2. leaving the value out and the empty value defaults to: no
    3. any other non-empty value defaults to: yes
  • nocat: Whether or not to suppress categorization under the magical category (defaults to false, which means auto categorization).

Syntax

{{magical|value}}

Examples

The template may be used like this:

{{magical|yes}}
Yes [list all]


Or this:

{{magical|no}}
No [list all]


You may even leave out the argument, which will default to no like this:

{{magical}}
No [list all]


Using the empty value is the same:

{{magical|}}
No [list all]


Specifying any other value will be interpreted as yes like this:

{{magical|of cource}}
Yes [list all]


The case of the value is not important:

{{magical|NO}}
No [list all]


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

{{magical|yes|nocat=true}}

(this would render the same result as the first example above, but would not automatically categorize under Category:Magical Characters)