Template:VehicleInfobox
Jump to navigation
Jump to search
| [[File:{{{image}}}|link={{{title}}}|300px|frameless|center]] | |
| Vehicle Type | {{{type}}} |
|---|---|
| Category | {{{category}}} |
| Minimum Tier | {{{minimum_tier}}} |
| Crew Capacity | {{{crew_capacity}}} |
| Overland Travel | {{{overland_capable}}} |
| Vehicle Backup | {{{backup_compatible}}} |
Usage Examples
TemplateData
Creates an infobox for DLC items. On individual DLC pages where no title is specified, the infobox displays a larger image and automatically adds the page under the corresponding '<dlc_type> DLC' category.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| DLC Name | title | Name of the DLC item, displayed as a caption above the infobox. | String | optional |
| DLC Image | image | Full file name with extension. | File | required |
| 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 | Link to the DLC page on Steam Store. | String | optional |
| Microsoft Store URL | xbox_link | Link to the DLC page on Xbox (Microsoft) Store. | String | optional |
| PlayStation Store URL | playstation_link | Link to the DLC page on PlayStation Store. | String | optional |
| Omit categories | omit_categories | Fill this variable with any value to prevent the template from adding any categories. Intended for documentation pages, examples, and test cases. | Boolean | optional |