Template:Item icon: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>[[File:{{#ifexist: File:{{{1}}} icon.png|{{{1}}} icon.png|{{#ifexist: File:{{{1}}} icon.gif|{{{1}}} icon.gif|{{#ifexist: File:{{{2}}} icon.gif|{{{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>}}</pre> |
Revision as of 05:38, 3 July 2024
Description
{{item icon|<item name>}}
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, green slime small, green slime chunk, 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}}