Template:PatchNoteInfobox

From Palia Wiki
Jump to navigation Jump to search
Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit the template documentation. (About template documentation)
This template defines the table "Patches". View table.
Editors can experiment in this template's sandbox and test case pages.

Usage

{{PatchNoteInfobox}} is an infobox template used on PatchNote pages

Syntax

{{PatchNotesInfobox}}

Examples

{{PatchNotesInfobox
 |title    = ReallyAwesomeUpdate™
 |image    = Example
 |caption  = Example
 <!-- -->
 |date     = January 1, 2000
 <!-- Release cycle (eg; "Open Beta"/"Closed Beta") -->
 |cycle    = Example
 |size     = Example
 <!-- The build # and any patches -->
 |versions = x.xx1, x.xx2, x.xx3
 <!-- Previous/Next release -->
 <!-- These can be ignored, they'll autofill based on 'date' -->
 |previous =
 |next     =
 <!-- Link to the youtube trailer -->
 |trailer  = jNQXAC9IVRw
 <!-- Link to the released blog -->
 |blog     = https://palia.com/news/patch-xxx
}}

Related