Anonymous

Template:ItemIcon: Difference between revisions

From Melvor Idle
added size argument
(Now references generic Icon template.)
(added size argument)
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
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}}
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}}


<includeonly><onlyinclude>{{Icon|type=item|{{{1}}}|{{{2|}}}|ext={{{ext|svg}}}}}</onlyinclude></includonly>
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>