Template:DLCInfobox
Jump to navigation
Jump to search
Usage Examples
| Template Call | Output | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{DLCInfobox
|title = Placeholder
|dlc_type = Cosmetic Item
|release_date = DD MMM YYYY
|contents = SINGLE ITEM
|steam = PLACEHOLDER
}}
|
| ||||||||||||
{{DLCInfobox
|dlc_type = Content Pack
|release_date = DD MMM YYYY
|contents =
*ITEM ONE
*ITEM TWO
|steam = PLACEHOLDER
|xbox = PLACEHOLDER
|ps = PLACEHOLDER
}}
|
| ||||||||||||
TemplateData
Renders an infobox for a DLC item.
On individual DLC pages, where the `title` need not be specified, the infobox displays a larger-sized image, and automatically adds the page under the corresponding <dlc_type> DLC category.
The hero_capsule_2x.jpg image (748 x 896 pixels) from the corresponding Steam store page should be uploaded as <DLC_NAME>.jpg.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| DLC Name | title | Name of the DLC item (must match its corresponding wiki page name). Defaults to current page. | Page name | optional |
| DLC Type | dlc_type | Type of DLC item.
| String | required |
| Release Date | release_date | Actual or expected release of the DLC item.
| String | required |
| DLC Contents | contents | Bullet list of the main DLC item contents. | Content | optional |
| Steam Store URL | steam | Link to the DLC page on Steam Store. | URL | optional |
| Microsoft Store URL | xbox | Link to the DLC page on Xbox (Microsoft) Store. | URL | optional |
| PlayStation Store URL | ps | Link to the DLC page on PlayStation Store. | URL | optional |
