Difference between revisions of "Template:Infobox Item/unique"
J McKalling (Talk | contribs) (Created page with "<includeonly> {{#switch: {{lc:{{{1|}}}}} | no = {{categorizer|category=Nonunique items|label=No|display=infobox|nocat={{{nocat|false}}}}} | yes = {{categorizer|category=Unique...") |
J McKalling (Talk | contribs) (added infobox) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#switch: {{lc:{{{1|}}}}} | {{#switch: {{lc:{{{1|}}}}} | ||
| − | | no = {{categorizer|category=Nonunique items|label=No | + | | no = {{categorizer|category=Nonunique items|label=No|nocat={{{nocat|false}}}}} |
| − | | yes = {{categorizer|category=Unique items|label=Yes | + | | yes = {{categorizer|category=Unique items|label=Yes|nocat={{{nocat|false}}}}} |
| {{maintenance task|nocat={{{nocat|false}}} | | {{maintenance task|nocat={{{nocat|false}}} | ||
|category=Items of unknown uniqueness | |category=Items of unknown uniqueness | ||
| Line 8: | Line 8: | ||
|label=''unknown'' | |label=''unknown'' | ||
|reason=The '''unique''' parameter specifies {{#if:{{{1|}}}|'{{lc:{{{1|}}}}}' (unknown)| no value}} }} | |reason=The '''unique''' 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=Nonunique items!no | ||
| + | |cat2=Unique items!yes | ||
| + | |cat3=Items of unknown uniqueness!''unknown''!maintenance | ||
| + | |var1= | ||
| + | }} | ||
| + | |||
This template offers the choice to define the uniqueness category of an (item) article. It can also automatically categorize a page under that category. | This template offers the choice to define the uniqueness category of an (item) article. It can also automatically categorize a page under that category. | ||
| Line 63: | Line 75: | ||
This would render the same result as the first example above, but would not automatically categorize under [[:Category:Unique items]]. 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:Unique items]]. This feature works both on valid values and the maintenance task mentioned above. | ||
| − | |||
</noinclude> | </noinclude> | ||
Latest revision as of 17:19, 6 June 2014
| Infobox Item/unique | |
|---|---|
| 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 the uniqueness category of an (item) article. It can also automatically categorize a page under that category.
An item is unique when it cannot be found twice in the same adventure.
Parameters
- Whether or not unique (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 Item/unique|value}}
Examples
Common use includes the only parameter with either values "yes" or "no":
{{Infobox Item/unique|yes}}
{{Infobox Item/unique|no}}
The case of the value is not important:
{{Infobox Item/unique|YES}}
- Yes [list all]
You may leave "unique" undefined (which would raise the Items of unknown uniqueness maintenance task) by not specifying any valid value, so these all have the same result:
{{Infobox Item/unique}}
{{Infobox Item/unique|}}
{{Infobox Item/unique|yeah}}
{{Infobox Item/unique|true}}
{{Infobox Item/unique|aye, it's unqiue!}}
{{Infobox Item/unique|whatever}}
{{Infobox Item/unique|nope?}}
{{Infobox Item/unique|false}}
{{Infobox Item/unique|null}}
{{Infobox Item/unique|zero}}
{{Infobox Item/unique|extraordinary}}
{{Infobox Item/unique|not}}
- unknown [list all]
The nocat parameter may be used to suppress automatic categorization like this (any value will do):
{{Infobox Item/unique|yes|nocat=true}}
This would render the same result as the first example above, but would not automatically categorize under Category:Unique items. This feature works both on valid values and the maintenance task mentioned above.