Template:Item icon: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>[[File:{{#ifexist: File:{{ucfirst:{{{1}}}}} icon.png|{{ucfirst:{{1}}}}} icon.png|{{#ifexist: File:{{ucfirst:{{{1}}}}} icon.gif|{{ucfirst:{{{1}}}}} icon.gif|{{#ifexist: File:{{ucfirst:{{{2}}}}} icon.gif|{{ucfirst:{{{2}}}}} icon.gif|missing icon.png}}}}}}|{{#switch:{{{3}}}|big=50|huge=100|#default=32}}px|link={{{1}}}]] [[{{{1}}}]]</includeonly><noinclude> | <includeonly>[[File:{{#ifexist: File:{{ucfirst:{{{1}}}}} icon.png|{{ucfirst:{{{1}}}}} icon.png|{{#ifexist: File:{{ucfirst:{{{1}}}}} icon.gif|{{ucfirst:{{{1}}}}} icon.gif|{{#ifexist: File:{{ucfirst:{{{2}}}}} icon.gif|{{ucfirst:{{{2}}}}} icon.gif|missing icon.png}}}}}}|{{#switch:{{{3}}}|big=50|huge=100|#default=32}}px|link={{{1}}}]] [[{{{1}}}]]</includeonly><noinclude> | ||
== Description == | == Description == | ||
<pre>{{item icon|<item name>}}</pre> | <pre>{{item icon|<item name>|<monster item type>}}</pre> | ||
Displays a link to the item and adds an icon in front of it. | Displays a link to the item and adds an icon in front of it. | ||
Line 9: | Line 9: | ||
: Item name. | : Item name. | ||
;2 ''(unnamed parameter)'' | ;2 ''(unnamed parameter)'' | ||
: Optional. Monster item type. (e.g. bone, | : Optional. Monster item type. (e.g. bone, tail scorpion, leather, etc.) | ||
;3 ''(unnamed parameter)'' | ;3 ''(unnamed parameter)'' | ||
: Icon size. Options: "big" (48px), "huge" (100px), or, blank (32px) - which is the default size. | : Icon size. Options: "big" (48px), "huge" (100px), or, blank (32px) - which is the default size. |
Revision as of 14:50, 3 July 2024
Description
{{item icon|<item name>|<monster item type>}}
Displays a link to the item and adds an icon in front of it.
Parameters
- 1 (unnamed parameter)
- Item name.
- 2 (unnamed parameter)
- Optional. Monster item type. (e.g. bone, tail scorpion, leather, etc.)
- 3 (unnamed parameter)
- Icon size. Options: "big" (48px), "huge" (100px), or, blank (32px) - which is the default size.
Examples
- Crude Copper is produced from
{{item icon|Crude Copper}}
- Crude Copper is produced from
{{item icon|Crude Copper||huge}}}
- Skeleton Leg is produced from
{{item icon|Skeleton Leg|bone}}