Difference between revisions of "Template:Infobox Template/gamerelated"
J McKalling (Talk | contribs) (new subpage to template-infobox) |
J McKalling (Talk | contribs) (added infobox) |
||
Line 8: | Line 8: | ||
|label=''unknown'' | |label=''unknown'' | ||
|reason=The '''gamerelated''' parameter specifies {{#if:{{{1|}}}|'{{lc:{{{1|}}}}}' (unknown)| no value}} }} | |reason=The '''gamerelated''' 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=Game unrelated templates!no | ||
+ | |cat2=Game related templates!yes | ||
+ | |cat3=Templates of unknown game relation!''unknown''!maintenance | ||
+ | |var1= | ||
+ | }} | ||
+ | |||
This template offers the choice to define whether another template is related to any of the games. It can also automatically categorize a page under the related category. | This template offers the choice to define whether another template is related to any of the games. It can also automatically categorize a page under the related category. | ||
Line 61: | Line 73: | ||
This would render the same result as the first example above, but would not automatically categorize under [[:Category:Game related templates]]. 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:Game related templates]]. This feature works both on valid values and the maintenance task mentioned above. | ||
− | |||
</noinclude> | </noinclude> |
Latest revision as of 17:43, 6 June 2014
Infobox Template/gamerelated | |
---|---|
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 the choice to define whether another template is related to any of the games. It can also automatically categorize a page under the related category.
Parameters
- Whether or not the template is game-related (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 Template/gamerelated|value}}
Examples
Common use includes the unnamed parameter with either values "yes" or "no":
{{Infobox Template/gamerelated|yes}} {{Infobox Template/gamerelated|no}}
The case of the value is not important:
{{Infobox Template/gamerelated|YES}}
- Yes [list all]
You may leave "gamerelated" undefined (which would raise the Templates of unknown game relation maintenance task) by not specifying any valid value, so these all have the same result:
{{Infobox Template/gamerelated}} {{Infobox Template/gamerelated|}} {{Infobox Template/gamerelated|yeah}} {{Infobox Template/gamerelated|true}} {{Infobox Template/gamerelated|no, but married!}} {{Infobox Template/gamerelated|whatever}} {{Infobox Template/gamerelated|nope?}} {{Infobox Template/gamerelated|false}} {{Infobox Template/gamerelated|null}} {{Infobox Template/gamerelated|zero}} {{Infobox Template/gamerelated|joystick}} {{Infobox Template/gamerelated|not}}
- unknown [list all]
The nocat parameter may be used to suppress automatic categorization like this (any value will do):
{{Infobox Template/gamerelated|yes|nocat=true}}
This would render the same result as the first example above, but would not automatically categorize under Category:Game related templates. This feature works both on valid values and the maintenance task mentioned above.