Template:VersionInfobox

From Dead Cells Wiki
Jump to navigation Jump to search
Template-info.png Documentation

This template is used to display a version infobox on version pages.

Usage[edit]

{{VersionInfobox
| name        = 
| update_name =
| image       = 
| release     = 
| prev        = 
| current     = 
| next        = 
}}
name

Title of the infobox. Defaults to page name.

update_name

Official name of the patch. Defaults to "Update <version number>", e.g. "Update 1.2".

image

Image to display, without [[File:. Defaults to "<update name> Titlecard.png/jpg", if possible.

caption

Caption to display underneath the image. Rarely used.

release

Release date of the update.

prev

Number of the previous version in the version chronology. The template determines this automatically (based on Category:Patch notes), so this parameter is only to be used if there is an anomaly.

current

Number of the current version in the version chronology. Defaults to page name, so this parameter is only to be used if there is an anomaly. Mainly affects the automatic generation of the previous and next patch numbers.

next

Number of the next version in the version chronology. The template determines this automatically (based on Category:Patch notes), so this parameter is only to be used if there is an anomaly.

Example[edit]

{{VersionInfobox
| name = Version 1.2
| update_name = Rise of the Giant Update
| image = Rise of the Giant DLC Titlecard.jpg
| release = '''PC'''<br/>10th of May 3030<br/>'''Consoles'''<br/>51st of Snay 3031
| prev = [[Version 1.1|1.1]]
| current = Version 1.2
| next = [[Version 1.3|1.3]]
}}