Template:Plural: Difference between revisions
From A KoL Wiki
imported>Dehstil mNo edit summary |
imported>Quietust No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>[[{{{1}}}|{{plural:{{{2}}}|{{ | <includeonly>[[{{{1}}}|{{plural:{{{2}}}|{{Data|{{{1}}}|name|{{{1}}}(?)}}|{{#switch:{{Data|{{{1}}}|plural|?}}|?={{{1}}}{{!!!}}Data:{{{1}}}{{!}}(s)|!={{{1}}}(s)|{{Data|{{{1}}}|plural|UNKNOWN}}}}}}]]</includeonly><noinclude> | ||
{{prot_high-use}} | |||
{{Code2}} | {{Code2}} | ||
Line 5: | Line 6: | ||
*Returns the plural of an Item, as a link to the Item: | *Returns the plural of an Item, as a link to the Item: | ||
*:<nowiki>{{plural|ITEMNAME}}</nowiki> | *:<nowiki>{{plural|ITEMNAME}}</nowiki> | ||
* | |||
==Examples== | |||
* <code><nowiki>{{plural|seal tooth}}</nowiki></code> → {{plural|seal tooth}} | |||
* <code><nowiki>{{plural|new unrecognized item}}</nowiki></code> → {{plural|new unrecognized item}} | |||
[[Category:Utility Templates| {{PAGENAME}}]]</noinclude> | [[Category:Utility Templates| {{PAGENAME}}]]</noinclude> |
Latest revision as of 18:00, 28 October 2010
[edit]
{{Plural}}
[[{{{1}}}|{{plural:{{{2}}}|{{Data|{{{1}}}|name|{{{1}}}(?)}}|{{#switch:{{Data|{{{1}}}|plural|?}}|?={{{1}}}{{!!!}}Data:{{{1}}}{{!}}(s)|!={{{1}}}(s)|{{Data|{{{1}}}|plural|UNKNOWN}}}}}}]]
Usage
- Returns the plural of an Item, as a link to the Item:
- {{plural|ITEMNAME}}
Examples
{{plural|seal tooth}}
→ seal teeth{{plural|new unrecognized item}}
→ new unrecognized item(s)