Template:UpgradeIcon: Difference between revisions

From Melvor Idle
(Added link override.)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A template for quickly building upgrade links with icons. For example, <nowiki>{{UpgradeIcon|Dragon Pickaxe}}</nowiki> becomes {{UpgradeIcon|Dragon Pickaxe}}
<includeonly><onlyinclude>{{Icon|type=upgrade|{{{1}}}|{{{2|}}}|ext={{{ext|}}}|size={{{size|}}}|qty={{{qty|}}}|img={{{img|}}}|notext={{{notext|}}}|nolink={{{nolink|}}}|noicon={{{noicon|}}}|menu={{{menu|}}}|section={{{section|}}}}}</onlyinclude></includeonly><noinclude>{{/doc}}</noinclude>
 
Also allows for overriding the link text with a second argument. For example, <nowiki>{{UpgradeIcon|Dragon Axe|The Best Axe}}</nowiki> becomes {{UpgradeIcon|Dragon Axe|The Best Axe}}
 
 
<onlyinclude>{{#if:{{{2|}}}|[[File:{{{1}}} (upgrade).svg|25px|link={{{1}}}]]&nbsp;[[{{{1}}}|{{{2}}}]]|[[File:{{{1}}} (upgrade).svg|25px|link={{{1}}}]]&nbsp;[[{{{1}}}]]}}</onlyinclude>

Latest revision as of 13:34, 27 March 2024

A template for quickly building upgrade links with icons. For example, {{UpgradeIcon|Dragon Pickaxe}} becomes Dragon Pickaxe

Also allows for overriding the link text with a second argument. For example, {{UpgradeIcon|Dragon Axe|The Best Axe}} becomes The Best Axe

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