Template:Item

From Funky Station

Template:Docs <templatedata> { "params": { "1": { "label": "Item", "description": "What item are you looking for? ID, name or a custom alias? Use whatever you wish! Any casing is allowed, including lowercase.", "type": "line", "example": "lv coil", "required": true }, "2": { "label": "Amount", "description": "Amount of item. By default, no amount in particular is chosen.", "example": "3", "type": "number", "suggested": true }, "size": { "label": "Size", "description": "Icon size", "type": "line", "default": "32px", "suggested": true }, "label": { "label": "Label", "description": "Label override.", "type": "line", "suggested": true, "aliases": [ "l" ] }, "capitalize": { "aliases": [ "cap" ], "label": "Capitalize", "description": "Makes the first letter in the label uppercase.", "type": "boolean", "autovalue": "0", "suggested": true }, "link": { "label": "Link", "description": "A link to give to the item. By default, a link is added if it's defined in the config - read more in Module:Item.", "type": "wiki-page-name", "suggested": true } }, "paramOrder": [ "1", "2", "size", "label", "capitalize", "link" ], "description": "Produces an in-game item icon with a label. The label is the name of that item. Items without icons... will not have icons. See extra parameters for extra spice!" } </templatedata>