Template:Patch Notes Infobox
More actions
Usage
Displays a standardised infobox on patch note articles. All parameters are optional but version and date are strongly recommended.
{{Patch Notes Infobox
| version = 20.3.0
| date = December 24, 2025
| type = Hotfix
| modpack = Vault Hunters 3
| previous = 20.2.0
| next = 20.4.0
| summary = Fixes for gear, raid rooms, portals, and dungeons.
}}
Parameters
| Parameter | Description | Example |
|---|---|---|
version |
Patch version number | 20.3.0
|
date |
Human-readable release date | December 24, 2025
|
type |
Release type (auto-detected if blank) | Hotfix, Major Update, Balance
|
modpack |
Modpack name (defaults to Vault Hunters 3) | Vault Hunters 3
|
previous |
Version number of the previous patch | 20.2.0
|
next |
Version number of the next patch | 20.4.0
|
summary |
One-sentence description of the patch | Fixes for gear and portals.
|
Displays a standardised infobox on Vault Hunters patch note articles, showing the version number, release date, patch type, modpack name, and links to neighbouring patches.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Version | version ver | Patch version number in SemVer format
| String | required |
| Release Date | date releasedate reldate | Human-readable release date
| Date | suggested |
| Release type | type patchtype | The kind of release. Controls the colour of the badge shown below the version number. Accepted values: Hotfix, Major Update, Balance, Content Update. Any other value is displayed with a neutral grey badge. Leave blank to omit the badge entirely.
| String | suggested |
| Mod Pack | modpack pack | Name of the modpack this patch belongs to. Defaults to 'Vault Hunters 3rd Edition' if left blank.
| String | suggested |
| Previous version | previous prevrelease prev | Version number of the patch released immediately before this one. Used to generate a navigation link to [[Patch Notes/<previous>]].
| String | suggested |
| Next version | next nextrel nextrelease | Version number of the patch released immediately after this one. Used to generate a navigation link to [[Patch Notes/<next>]]. Leave blank for the most recent patch.
| String | optional |
| Summary | summary | A single sentence describing the main focus of this patch. Displayed in italics at the bottom of the infobox.
| String | suggested |