Template:ItemIcon: Difference between revisions

From Melvor Idle
(Added qty option)
(Allow all options provided by Template:Icon)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
A template for quickly building item links with icons. For example, <nowiki>{{ItemIcon|Compost}}</nowiki> becomes {{ItemIcon|Compost}}.
A template for quickly building item links with icons. For example, {{T|ItemIcon|Compost}} becomes {{ItemIcon|Compost}}.


Adding a second argument allows you to override the text. For example, <nowiki>{{ItemIcon|Generous Harvest Potion I|Generous Harvest Potion}}</nowiki> gives {{ItemIcon|Generous Harvest Potion I|Generous Harvest Potion}}
For a complete list of options, please refer to [[Template:Icon]].


Optionally, you can set the 'ext' argument for the rare items that have non-SVG extensions. For example, <nowiki>{{ItemIcon|Crown of Rhaelyx|ext=png}}</nowiki> gives {{ItemIcon|Crown of Rhaelyx|ext=png}}
<includeonly><onlyinclude>{{Icon|type=item|{{{1}}}|{{{2|}}}|ext={{{ext|}}}|size={{{size|}}}|qty={{{qty|}}}|img={{{img|}}}|notext={{{notext|}}}|nolink={{{nolink|}}}|noicon={{{noicon|}}}|menu={{{menu|}}}}}</onlyinclude></includeonly>
 
Also the qty option allows you to set a number of an item, so <nowiki>{{ItemIcon|Red Dragonhide|qty=200}}</nowiki> becomes {{ItemIcon|Red Dragonhide|qty=200}}
 
 
<includeonly><onlyinclude>{{Icon|type=item|{{{1}}}|{{{2|}}}|ext={{{ext|svg}}}|qty={{{qty|}}}}}</onlyinclude></includonly>

Revision as of 00:22, 2 December 2021

A template for quickly building item links with icons. For example, {{ItemIcon|Compost}} becomes Compost.

For a complete list of options, please refer to Template:Icon.