Displays the image of the named item with the image linking to the item page. Useful for icons in crafting recipes.
Usage
{{linked icon|<item name>}}
- Unnamed Parameter 1
The item name.
- Unnamed Parameter 2
(Optional) An alternate link. If present but empty, an empty link is assigned (see Dungeon Brick example below).
- image
(Optional) Image name; file extension must be included.
- size
(Optional) The size of the image.
Examples
-- linked torch icon from
{{linked icon|IconMolotov|Molotov}}
Crafted Bow -- un-linked Cloth, Rope, and Stick icons
{{linked icon|IconCloth|}}{{linked icon|IconRope|}}
{{linked icon|IconStick|}} [[Crafted Bow]]
-- linked and re-sized Bow PNG Image gif
{{linked icon|Crafted Bow|image=CraftedBowFarket.png|size=30px}}