Template:PatchNoteInfobox/doc

From Palia Wiki
Jump to navigation Jump to search

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