Template:Infobox Template/suppressible

From Twinsuniverse
< Template:Infobox Template
Revision as of 23:37, 28 May 2014 by J McKalling (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This template offers the choice to specify whether another template allows suppression of categorization. It can also automatically categorize the template page under the related category for that suppressibility.

Parameters

  1. Whether the template allows categorization suppression (no parameter name and value is case insensitive):
    • no
    • yes
    • recursively
    • any other (non)empty value defaults to: unknown
  • nocat: Whether or not to suppress categorization of the template page, under the category for the above chosen suppressibility (defaults to false, which means auto categorization).


Note: eventhough the name of this template implies a default value of "yes", leaving the value empty or out resolves to "unknown" instead.

Syntax

{{Infobox Template/suppressible|value}}

Examples

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

{{Infobox Template/suppressible|yes}}
{{Infobox Template/suppressible|no}}
Yes [list all]
No [list all]


The case of the value is not important:

{{Infobox Template/suppressible|YES}}
Yes [list all]


Some templates are "suppressible" but also forward this to all deeper templates in them, for these the suppressibility could specify "recursively", which would display the following:

{{Infobox Template/suppressible|recursively}}
Recursively [list all]


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

{{Infobox Template/suppressible}}
{{Infobox Template/suppressible|}}
{{Infobox Template/suppressible|yeah}}
{{Infobox Template/suppressible|true}}
{{Infobox Template/suppressible|aye, it's traumatized!}}
{{Infobox Template/suppressible|whatever}}
{{Infobox Template/suppressible|nope?}}
{{Infobox Template/suppressible|false}}
{{Infobox Template/suppressible|null}}
{{Infobox Template/suppressible|zero}}
{{Infobox Template/suppressible|not}}
unknown [list all]


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

{{Infobox Template/suppressible|yes|nocat=true}}

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