Template:Icon: Difference between revisions
Falterfire (talk | contribs) (Icon size now limits both height & width in order to better fit things into boxes) |
Falterfire (talk | contribs) No edit summary |
||
Line 39: | Line 39: | ||
The 'qty' option allows you to specify a number of items to go between the icon and the text, so <nowiki>{{Icon|type=item|Elder Dragonhide|qty=5000}}</nowiki> becomes {{Icon|type=item|Elder Dragonhide|qty=5000}} | The 'qty' option allows you to specify a number of items to go between the icon and the text, so <nowiki>{{Icon|type=item|Elder Dragonhide|qty=5000}}</nowiki> becomes {{Icon|type=item|Elder Dragonhide|qty=5000}} | ||
The 'size' option allows you to specify larger icons, so {{T|Icon|Combat|size=50|notext=true}} becomes {{Icon|Combat|size=50|notext=true}} | |||
<includeonly><onlyinclude><!-- | <includeonly><onlyinclude><!-- | ||
Line 47: | Line 49: | ||
-->{{#vardefine:text|{{#if:{{{2|}}}|{{{2|}}}|{{#var:link}}}}}}<!-- | -->{{#vardefine:text|{{#if:{{{2|}}}|{{{2|}}}|{{#var:link}}}}}}<!-- | ||
-->{{#vardefine:ext|{{#if:{{{ext|}}}|{{{ext|}}}|svg}}}}<!-- | -->{{#vardefine:ext|{{#if:{{{ext|}}}|{{{ext|}}}|svg}}}}<!-- | ||
-->{{#vardefine:size|{{#if:{{{size|}}}|{{{size}}}|{{#if:{{{menu|}}}|25|20}}}}}}<!-- | |||
Allowing for manual exception overrides for weird cases: | Allowing for manual exception overrides for weird cases: | ||
Melee uses the Combat icon | Melee uses the Combat icon | ||
Line 65: | Line 68: | ||
{{!}}- | {{!}}- | ||
{{!}}| }}<!-- | {{!}}| }}<!-- | ||
--><span style="display:inline-block">[[File:{{#var:image}}{{#if:{{#var:type}}|_({{#var:type}})|}}.{{#var:ext}}| | --><span style="display:inline-block">[[File:{{#var:image}}{{#if:{{#var:type}}|_({{#var:type}})|}}.{{#var:ext}}|{{#var:size}}x{{#var:size}}px|link={{#var:link}}]]{{#if:{{{qty|}}}| {{formatnum:{{{qty|}}}}}|}}{{#if:{{{notext|}}}|| [[{{#var:link}}|{{#var:text}}]]}}</span><!-- | ||
-->{{#if:{{{menu|}}}|<br/> | -->{{#if:{{{menu|}}}|<br/> | ||
{{!}}}|}}</onlyinclude></includonly> | {{!}}}|}}</onlyinclude></includonly> |
Revision as of 18:55, 30 September 2020
A generic version of the template used in things like Template:ItemIcon or Template:UpgradeIcon.
You probably want to use one of the following instead for most things:
- Template:ItemIcon for items
- Template:MonsterIcon for monsters
- Template:Skill for skill
- Template:UpgradeIcon for upgrades (like the Dragon Pickaxe)
- Template:PetIcon for pets
- Template:PrayerIcon for prayers
Format is like so: {{Icon|type=combatArea|Castle of Kings|Knight Time}} becomes Knight Time.
You can also just do {{Icon|Combat}} Combat if you need an icon for an image that doesn't belong to a given category.
Some special overrides exist:
Input | Output |
---|---|
{{Icon|Melee}} | Melee |
{{Icon|Superheat}} | Superheat |
{{Icon|type=monster|Golbin}} | Golbin |
{{Icon|type=monster|Spider (lv. 51)}} | Spider (lv. 51) |
{{Icon|type=monster|Spider2}} | File:Spider2 (monster).svg Spider (lv. 52) |
{{Icon|type=skill|Alt. Magic}} | Alt. Magic |
Other options:
The 'notext' option sends only the image (with link), so {{Icon|Mastery|notext=true}} becomes
The 'menu' option formats the icon in a handy table (useful for menuboxes) so {{Icon|Combat|menu=true}} becomes
Combat |
The 'qty' option allows you to specify a number of items to go between the icon and the text, so {{Icon|type=item|Elder Dragonhide|qty=5000}} becomes 5,000 Elder Dragonhide
The 'size' option allows you to specify larger icons, so {{Icon|Combat|notext=true|size=50}}
becomes