Template:ItemBox/docGive feedback
Jump to navigation
Jump to search
This template uses CSS found at ItemBox/styles.css.
The data for each item is populated from Data:ItemData.json and retrieved by Module:ItemData.
Examples
{{ItemBox|Close Quarters}}
{{ItemBox|Spirit Shredder Bullets}}
{{ItemBox|Shadow Weave}}
{{ItemBox|Silencer}}
{{ItemBox|Haunting Shot}}
{{ItemBox|Extra Health}}
{{ItemBox|Bullet Lifesteal|overrideLinkClick = Bullet_Lifesteal_(item)}}
{{ItemBox|Dispel Magic}}
{{ItemBox|Unstoppable}}
{{ItemBox|Celestial Blessing}}
{{ItemBox|Golden Goose Egg}}
{{ItemBox|Duration Extender|overrideIsImbue = true}}
{{ItemBox|Surge of Power|overrideIsImbue = true}}
{{ItemBox|Echo Shard|overrideIsImbue = true}}
{{ItemBox|Frostbite Charm}}
{{ItemBox|Restorative Shot|showTierTag = true}}
{{ItemBox|High-Velocity Rounds|overrideDisplayName = Test Name}}
{{ItemBox|Intensifying Magazine|overrideTier = 4}}
{{ItemBox|Weakening Headshot|overrideSlot = Tech}}
{{ItemBox|Recharging Rush|overrideIsActive = true}}
{{ItemBox|Alchemical Fire|overrideIsImbue = true}}
{{ItemBox|Ballistic Enchantment|overrideLinkTooltip = Extended Magazine}}
{{ItemBox|Escalating Resilience|overrideLinkImage = Extended Magazine}}
{{ItemBox|Headhunter|overrideLinkClick = Extended Magazine}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| itemName | itemName 1 | Name of the item. Will be used to get the item data from [[Module:ItemData]]
| String | required |
| showTierTag | showTierTag | Enable a tag top right on the card to show its tier.
| String | optional |
| overrideDisplayName | overrideDisplayName | Overrides the name that is displayed on the card.
| String | optional |
| overrideTier | overrideTier | Overrides the cards tier.
| String | optional |
| overrideSlot | overrideSlot | Overrides the cards slot type.
| String | optional |
| overrideIsActive | overrideIsActive | Overrides the ACTIVE tag.
| String | optional |
| overrideIsImbue | overrideIsImbue | Overrides the IMBUE tag.
| String | optional |
| overrideLinkTooltip | overrideLinkTooltip | Overrides the link from where the tooltip gets its info.
| String | optional |
| overrideLinkImage | overrideLinkImage | Overrides the link from where ItemBox gets the image.
| String | optional |
| overrideLinkClick | overrideLinkClick | The name of the item's link in cases where itemName is incorrect
| String | optional |