Difference between revisions of "Template:Changelog/doc"

From Nookipedia, the Animal Crossing wiki
(Documentation)
 
(+fullwidth parameter)
Line 10: Line 10:
 
|-
 
|-
 
| changelog || Full changelog, detailing all additions and modifications made by the update
 
| changelog || Full changelog, detailing all additions and modifications made by the update
 +
|-
 +
| fullwidth || Set to true, to make table take the entire width of the page, to save vertical space
 
|}
 
|}
 
   
 
   

Revision as of 02:43, March 21, 2020

This is a base template for changelog tables. It is to be used in conjunction with Template:ChangelogTop (place above any uses of Template:Changelog) and Template:ChangelogBottom (place below).

Code Function
version Version number for game update
date Release date for game update
changelog Full changelog, detailing all additions and modifications made by the update
fullwidth Set to true, to make table take the entire width of the page, to save vertical space

Below is an example of usage, taken from Animal Crossing: Pocket Camp#Update History.


{{ChangelogTop}}
{{Changelog
|version = 0.9.0
|date = October 25, 2017
|changelog =
* Initial release in {{wp|Australia}}
}}
{{ChangelogBottom}}