Template:Large item icon
- {{LgItemIcon}}
As Template:Item icon but sets the default size to 40 instead of 25.
Examples:
| Example | Markup | Renders as |
|---|---|---|
| Default | {{LgItemIcon|Handmaiden's Mace}} | Handmaiden's Mace |
| With alias | {{LgItemIcon|Handmaiden's Mace|Handlady's Mace}} | Handlady's Mace |
Other options
- {{MdItemIcon}} - sets the default size to 30 instead of 25
- {{SmItemIcon}} - sets the default size to 20 instead of 25
Template data
Displays an item's icon and link from a cargo table lookup.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| item name | 1 | Sets the item name to look up. | Unknown | required |
| alias | 2 | Sets the display name of the link. | Unknown | optional |
| block | block | Whether to wrap the icon and text in a containing HTML element and use 'inline-flex' to align the icon and text. | String | optional |
| gap | gap | If 'block' is set, the exact gap to use between the icon and text. | Number | optional |
| nowrap | nowrap | Whether to use 'white-space: nowrap' to prevent line breaks; not needed if 'block' is set. | String | optional |
| Separator | separator | What to put between the icon and text. Default is an narrow non-breaking space. | Content | optional |
| uid | uid | If specified, will search by UID instead of by name. | Unknown | optional |
| override_icon | override_icon | If specified, overrides the icon. In that case, must also specify override_rarity. | Unknown | optional |