Template:Infobox-PatchNotes/doc

From Apex Legends Wiki
Jump to navigation Jump to search
Template-info.png Documentation

This is a basic infobox for patch notes.

Usage

{{Infobox patchnotes
| name =
| image = 
| subtitle = 
| versionNumber =
| prevPatch = 
| nextPatch = 
}}

Parameters

Parameter Data type Default value Notes
name String {{PAGENAME}} The patch's release date.
image String {{PAGENAME}}.jpg The image to be used, pulled from the images included in the patch notes if any.
subtitle String The image's description, depicting its contents.
versionNumber String The patch's client (whenever a user must manually install it) version number. Server patches do not have version numbers.
prevPatch String N/A The previous patch. Inputting the correct patch automatically links it.
nextPatch String N/A The next patch. Inputting the correct patch automatically links it.

Example

October 01, 2019 Patch
Worldsedge overhead.png
The new map, World's Edge.
Version number 3.0
Previous patch September 03, 2019 Patch
Next patch October 17, 2019 Patch


{{Infobox patchnotes
| name = October 01, 2019 Patch
| image = Worldsedge overhead.png
| subtitle = The new map, [[World's Edge]].
| versionNumber = 3.0
| prevPatch = September 03, 2019 Patch
| nextPatch = October 17, 2019 Patch
}}