Template:UpdateHistory/doc

From Palia Wiki
Jump to navigation Jump to search

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