Template:Chest
Display the contents of a chest, inventory, trader, etc. in a collapsible box.
All the parameters are optional. You don't have to set a DC. You don't even have to set an image or a link!
Examples
{{Chest
| icon = Jeweled Chest A Faded.webp
| link = Gilded Chest
| DC = 25
| contents =
* {{RarityItem|Acquisitions Record}}
* {{RarityItem|Torch of Revocation}}
* {{RarityItem|Gold}} 54pcs
* {{RarityItem|Topaz}}
* {{RarityItem|Arrow of Ilmater}}
* {{RarityItem|Arrow of Dragon Slaying}}
}}
Renders as
Gilded Chest with the DC 25 to lockpick contains the following items:
{{Chest
| link = Gilded Chest
| nograd = 1
| contents =
* {{SmIconLink|Book Note M Image.png|Acquisitions Record}}
* {{RarityItem|Torch of Revocation}}
* {{RarityItem|Gold}} 54pcs
* {{RarityItem|Topaz}}
* {{RarityItem|Arrow of Ilmater}}
* {{RarityItem|Arrow of Dragon Slaying}}
}}
Renders as
Gilded Chest contains the following items:
{{Trader
| title_override = This shop
| contents =
* {{GoldIcon|592}} 592 [[Gold]]
}}
Renders as
This shop contains the following items:
- 592 Gold
Template data
Display the contents of a chest in a collapsible box.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Link | link | A link to the chest item. | Page name | optional |
| DC | DC | The difficulty class to pick the chest's lock, if applicable. | String | optional |
| Title override | title_override | Ignore all the previous parameters used for title creation and use this instead. | String | optional |
| Icon | icon | An icon to display for the collapsible box.
| File | optional |
| No gradient | nograd | Don't display the color gradient for the collapsible box. | Boolean | optional |