Template:Icon: Difference between revisions
Falterfire (talk | contribs) (Added qty option) |
Falterfire (talk | contribs) (Built in exceptions to automatically add the correct extension for Rhaelyx items.) |
||
Line 42: | Line 42: | ||
-->{{#vardefine:link|{{{1|}}}}}<!-- | -->{{#vardefine:link|{{{1|}}}}}<!-- | ||
-->{{#vardefine:text|{{#if:{{{2|}}}|{{{2|}}}|{{#var:link}}}}}}<!-- | -->{{#vardefine:text|{{#if:{{{2|}}}|{{{2|}}}|{{#var:link}}}}}}<!-- | ||
Allowing for manual exception overrides for weird cases: | -->{{#vardefine:ext|{{#if:{{{ext|}}}|{{{ext|}}}|svg}}}}<!-- | ||
Allowing for manual exception overrides for weird cases: | |||
Melee is a link to Attack but uses the Combat icon | |||
Done to allow for easily fitting into combat triangle related tables | |||
-->{{#ifeq:{{#var:link}}|Melee|{{#vardefine:image|Combat}}{{#vardefine:link|Attack}}}}<!-- | -->{{#ifeq:{{#var:link}}|Melee|{{#vardefine:image|Combat}}{{#vardefine:link|Attack}}}}<!-- | ||
Golbin + monster icon type links directly to Golbin (monster) to skip disambiguation page | Golbin + monster icon type links directly to Golbin (monster) to skip disambiguation page | ||
Line 50: | Line 51: | ||
Handling for Spiders (since they come in two flavors) | Handling for Spiders (since they come in two flavors) | ||
-->{{#ifeq:{{#var:link}}|Spider (lv. 51)|{{#vardefine:image|Spider}}}}{{#ifeq:{{#var:link}}|Spider (lv. 52)|{{#vardefine:image|Spider}}}}<!-- | -->{{#ifeq:{{#var:link}}|Spider (lv. 51)|{{#vardefine:image|Spider}}}}{{#ifeq:{{#var:link}}|Spider (lv. 52)|{{#vardefine:image|Spider}}}}<!-- | ||
Forcing the correct extension for Rhaelyx items | |||
-->{{#switch:{{#var:image}}|Crown of Rhaelyx|Circlet of Rhaelyx|Jewel of Rhaelyx|Charge Stone of Rhaelyx|Mysterious Stone={{#vardefine:ext|png}}}}<!-- | |||
Handling for 'menu' option | Handling for 'menu' option | ||
-->{{#if:{{{menu|}}}|{{{!}} class="articletable" style="display:inline-block; vertical-align:bottom;" | -->{{#if:{{{menu|}}}|{{{!}} class="articletable" style="display:inline-block; vertical-align:bottom;" | ||
{{!}}- | {{!}}- | ||
{{!}}|}}<!-- | {{!}}|}}<!-- | ||
-->[[File:{{#var:image}}{{#if:{{#var:type}}|_({{#var:type}})|}}.{{ | -->[[File:{{#var:image}}{{#if:{{#var:type}}|_({{#var:type}})|}}.{{#var:ext}}|25px|link={{#var:link}}]]{{#if:{{{qty|}}}| {{{qty|}}}|}}{{#if:{{{notext|}}}|| [[{{#var:link}}|{{#var:text}}]]}}<!-- | ||
-->{{#if:{{{menu|}}}|<br/> | -->{{#if:{{{menu|}}}|<br/> | ||
{{!}}}|}}</onlyinclude></includonly> | {{!}}}|}}</onlyinclude></includonly> |
Revision as of 14:48, 9 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|type=monster|Golbin}} | Golbin |
{{Icon|type=monster|Spider (lv. 51)}} | Spider (lv. 51) |
{{Icon|type=monster|Spider (lv. 52)}} | Spider (lv. 52) |
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=500}} becomes 500 Elder Dragonhide