Template:ItemIcon: Difference between revisions

From Melvor Idle
(Created a new template to allow easily linking Item Icons on pages.)
 
(added size argument)
(6 intermediate revisions by the same 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, <nowiki>{{ItemIcon|Compost}}</nowiki> 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}}


<onlyinclude>[[File:{{{1}}} (item).svg|25px|link={{{1}}}]] [[{{{1}}}]]</onlyinclude>
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}}
 
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}}
 
Size option allows for larger icons. {{T|ItemIcon|Bird Nest|size=50}} becomes {{ItemIcon|Bird Nest|size=50}}
 
<includeonly><onlyinclude>{{Icon|type=item|{{{1}}}|{{{2|}}}|ext={{{ext|svg}}}|qty={{{qty|}}}|notext={{{notext|}}}|menu={{{menu|}}}|size={{{size|}}}}}</onlyinclude></includonly>

Revision as of 19:19, 2 October 2020

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

Adding a second argument allows you to override the text. For example, {{ItemIcon|Generous Harvest Potion I|Generous Harvest Potion}} gives Generous Harvest Potion

Optionally, you can set the 'ext' argument for the rare items that have non-SVG extensions. For example, {{ItemIcon|Crown of Rhaelyx|ext=png}} gives Crown of Rhaelyx

Also the qty option allows you to set a number of an item, so {{ItemIcon|Red Dragonhide|qty=200}} becomes 200 Red Dragonhide

Size option allows for larger icons. {{ItemIcon|Bird Nest|size=50}} becomes Bird Nest