Template:UpdateHistory

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 this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.
This template has existing translations, relatives, or sub-templates:

Usage

{{UpdateHistory}} is a template for showing page update history

Syntax

{{UpdateHistory|version=changes|version=changes|...}}

Examples

General versions

{{UpdateHistory
 |0.167 =
* Things were vastly changed
 |0.166 =
* Introduced to the game
}}

Build 0.167:

  • Things were vastly changed

Build 0.166:

  • Introduced to the game

Specifying the platform

{{UpdateHistory
 |switch 0.167 =
* Things were vastly changed
 |switch 0.166 =
* Introduced to the game
}}

Build 0.167:

  • Things were vastly changed

Build 0.166:

  • Introduced to the game

Adding in some extra information

{{UpdateHistory
 |switch 0.167 (It's a great update) =
* Things were vastly changed
 |0.166 (It's a great update) =
* Introduced to the game
}}

Build 0.167: It's a great update

  • Things were vastly changed

Build 0.166: It's a great update

  • Introduced to the game