Template:MonsterIcon: Difference between revisions

From Melvor Idle
(added size argument)
(Allow all options provided by Template:Icon)
Line 1: Line 1:
A template for quickly building monster links with icons. For example, <nowiki>{{MonsterIcon|Golbin}}</nowiki> becomes {{MonsterIcon|Golbin}}.
A template for quickly building monster links with icons. For example, {{T|MonsterIcon|Golbin}} becomes {{MonsterIcon|Golbin}}.


Adding a second argument allows you to override the text. For example, <nowiki>{{MonsterIcon|Golbin|No, it isn't a typo}}</nowiki> gives {{MonsterIcon|Golbin|No, it isn't a typo}}
Adding a second argument allows you to override the text. For example, {{T|MonsterIcon|Golbin|No, it isn't a typo}} gives {{MonsterIcon|Golbin|No, it isn't a typo}}.


<includeonly><onlyinclude>{{Icon|type=monster|{{{1}}}|{{{2|}}}|ext={{{ext|svg}}}|menu={{{menu|}}}|notext={{{notext|}}}|size={{{size|}}}}}</onlyinclude></includonly>
For a complete list of options, please refer to [[Template:Icon]].
s
 
<includeonly><onlyinclude>{{Icon|type=monster|{{{1}}}|{{{2|}}}|ext={{{ext|}}}|size={{{size|}}}|qty={{{qty|}}}|img={{{img|}}}|notext={{{notext|}}}|nolink={{{nolink|}}}|noicon={{{noicon|}}}|menu={{{menu|}}}}}</onlyinclude></includeonly>

Revision as of 00:31, 2 December 2021

A template for quickly building monster links with icons. For example, {{MonsterIcon|Golbin}} becomes Golbin.

Adding a second argument allows you to override the text. For example, {{MonsterIcon|Golbin|No, it isn't a typo}} gives No, it isn't a typo.

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