Template:UpdateHistory
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) |
Editors can experiment in this template's sandbox and test case pages. |
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
}}
- Things were vastly changed
- Introduced to the game
Specifying the platform
{{UpdateHistory
|switch 0.167 =
* Things were vastly changed
|switch 0.166 =
* Introduced to the game
}}
- Things were vastly changed
- 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