Template:Icon: Difference between revisions
Falterfire (talk | contribs) (Fixed spider 2 override, tweaked Menu effect) |
mNo edit summary |
||
Line 62: | Line 62: | ||
-->{{#ifeq:{{#var:type}}|skill|{{#switch:{{#var:link}}|Alt. Magic|Alt Magic|Alternative Magic={{#vardefine:image|Magic}}{{#vardefine:link|Alternative Magic}}}}}}<!-- | -->{{#ifeq:{{#var:type}}|skill|{{#switch:{{#var:link}}|Alt. Magic|Alt Magic|Alternative Magic={{#vardefine:image|Magic}}{{#vardefine:link|Alternative Magic}}}}}}<!-- | ||
Handling for 'menu' option | Handling for 'menu' option | ||
-->{{#if:{{{menu|}}}|{{{!}} class="articletable" style="display:inline-block;" | -->{{#if:{{{menu|}}}|{{{!}} class="articletable" style="display:inline-block; margin-right:2px" | ||
{{!}}- | {{!}}- | ||
{{!}}|}}<!-- | {{!}}|}}<!-- |
Revision as of 13:02, 22 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|Spider (lv. 52)}} | 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