Template:Infobox Template/choice
This template offers a way to specify whether another template accepts one single or multiple choices, from a selection of values. It can also automatically categorize the template page under the related category for that type of choice.
Note: "multiple choice" means here the ability to select multiple values from the set of available ones, not that there are multiple values available (as all cases have that).
Parameters
- The type of choice the template accepts (no parameter name and value is case insensitive):
- single
- multiple
- any other (non)empty value defaults to: unknown
- nocat: Whether or not to suppress categorization under the selected category (defaults to false, which means auto categorization).
Syntax
{{Infobox Template/choice|value}}
Examples
Common use includes the unnamed parameter with either values "single" or "multiple":
{{Infobox Template/choice|single}} {{Infobox Template/choice|multiple}}
The case of the value is not important:
{{Infobox Template/choice|MULtipLE}}
- Multiple values [list all]
You may leave "choice" undefined (which would raise the Templates of unknown choice maintenance task) by not specifying any valid value, so these all have the same result:
{{Infobox Template/choice}} {{Infobox Template/choice|}} {{Infobox Template/choice|yeah}} {{Infobox Template/choice|true}} {{Infobox Template/choice|inevitable}} {{Infobox Template/choice|there is no spoon}} {{Infobox Template/choice|7}} {{Infobox Template/choice|C}}
- unknown [list all]
The nocat parameter may be used to suppress automatic categorization like this (any value will do):
{{Infobox Template/choice|single|nocat=true}}
This would render the same result as the first example above, but would not automatically categorize under Category:Single-choice templates. This feature works both on valid values and the maintenance task mentioned above.