Difference between revisions of "Template:Infobox Template/multiline"
J McKalling (Talk | contribs) (new subpage to template-infobox) |
J McKalling (Talk | contribs) (added infobox) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
| yes = {{categorizer|category=Multi-line templates|label=Yes|nocat={{{nocat|false}}}}} | | yes = {{categorizer|category=Multi-line templates|label=Yes|nocat={{{nocat|false}}}}} | ||
| {{maintenance task|nocat={{{nocat|false}}} | | {{maintenance task|nocat={{{nocat|false}}} | ||
− | |category=Templates of unknown line- | + | |category=Templates of unknown line-count |
|doclink=Infobox Template/multiline | |doclink=Infobox Template/multiline | ||
|label=''unknown'' | |label=''unknown'' | ||
|reason=The '''multiline''' parameter specifies {{#if:{{{1|}}}|'{{lc:{{{1|}}}}}' (unknown)| no value}} }} | |reason=The '''multiline''' parameter specifies {{#if:{{{1|}}}|'{{lc:{{{1|}}}}}' (unknown)| no value}} }} | ||
− | }}</includeonly><noinclude> | + | }}</includeonly><noinclude>{{Infobox Template |
+ | |purpose=infobox | ||
+ | |singletag=no | ||
+ | |multiline=no | ||
+ | |gamerelated=no | ||
+ | |suppressible=recursively | ||
+ | |choice=single | ||
+ | |cat1=Single-line templates!no | ||
+ | |cat2=Flexible-line templates!optional | ||
+ | |cat3=Multi-line templates!yes | ||
+ | |cat4=Templates of unknown line-count!''unknown''!maintenance | ||
+ | |var1= | ||
+ | }} | ||
+ | |||
This template offers the choice to specify whether another template occupies multiple lines on a page. It can also automatically categorize the page of that template under the related category. | This template offers the choice to specify whether another template occupies multiple lines on a page. It can also automatically categorize the page of that template under the related category. | ||
Line 43: | Line 56: | ||
− | You may leave "multiline" undefined (which would raise the [[:Category:Templates of unknown line- | + | You may leave "multiline" undefined (which would raise the [[:Category:Templates of unknown line-count|Templates of unknown line-count]] maintenance task) by not specifying any valid value, so these all have the same result: |
<nowiki>{{Infobox Template/multiline}}</nowiki> | <nowiki>{{Infobox Template/multiline}}</nowiki> | ||
<nowiki>{{Infobox Template/multiline|}}</nowiki> | <nowiki>{{Infobox Template/multiline|}}</nowiki> | ||
Line 56: | Line 69: | ||
<nowiki>{{Infobox Template/multiline|not}}</nowiki> | <nowiki>{{Infobox Template/multiline|not}}</nowiki> | ||
− | :{{categorizer|category=Templates of unknown line- | + | :{{categorizer|category=Templates of unknown line-count|label=''unknown''|nocat=true}} |
Line 62: | Line 75: | ||
<nowiki>{{Infobox Template/multiline|yes|nocat=true}}</nowiki> | <nowiki>{{Infobox Template/multiline|yes|nocat=true}}</nowiki> | ||
− | This would render the same result as the first example above, but would not automatically categorize under [[:Category:Templates of unknown line- | + | This would render the same result as the first example above, but would not automatically categorize under [[:Category:Templates of unknown line-count]]. 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/multiline | |
---|---|
Purpose |
Infobox [list all] |
Single tag |
No [list all] |
Multi-line |
No [list all] |
Protected |
No [list all] |
Game related |
No [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 specify whether another template occupies multiple lines on a page. It can also automatically categorize the page of that template under the related category.
Parameters
- Whether the template occupies multiple lines on a page (no parameter name and value is case insensitive):
- no
- optional
- 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 value empty or out resolves to "unknown" instead.
Syntax
{{Infobox Template/multiline|value}}
Examples
Common use includes the unnamed parameter with either values "yes" or "no", or the occasional "optional":
{{Infobox Template/multiline|yes}} {{Infobox Template/multiline|no}} {{Infobox Template/multiline|optional}}
The case of the value is not important:
{{Infobox Template/multiline|YES}}
- Yes [list all]
You may leave "multiline" undefined (which would raise the Templates of unknown line-count maintenance task) by not specifying any valid value, so these all have the same result:
{{Infobox Template/multiline}} {{Infobox Template/multiline|}} {{Infobox Template/multiline|yeah}} {{Infobox Template/multiline|true}} {{Infobox Template/multiline|textarea}} {{Infobox Template/multiline|whatever}} {{Infobox Template/multiline|nope?}} {{Infobox Template/multiline|false}} {{Infobox Template/multiline|null}} {{Infobox Template/multiline|zero}} {{Infobox Template/multiline|not}}
- unknown [list all]
The nocat parameter may be used to suppress automatic categorization like this (any value will do):
{{Infobox Template/multiline|yes|nocat=true}}
This would render the same result as the first example above, but would not automatically categorize under Category:Templates of unknown line-count. This feature works both on valid values and the maintenance task mentioned above.