Difference between revisions of "Template:Changelog/doc"

From Nookipedia, the Animal Crossing wiki
(+fullwidth parameter)
(Moving out of table, separate template)
 
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
 
 
|}
 
|}
 +
 +
By default, the table will only take up a portion of the browser's width. If you would like to save vertical space, you can add <code>fullwidth=true</code> to [[Template:ChangelogTop]] to make the table take the full width of the page.
 
   
 
   
 
Below is an example of usage, taken from [[Animal Crossing: Pocket Camp#Update History]].
 
Below is an example of usage, taken from [[Animal Crossing: Pocket Camp#Update History]].

Latest revision as of 02:45, 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

By default, the table will only take up a portion of the browser's width. If you would like to save vertical space, you can add fullwidth=true to Template:ChangelogTop to make the table take the full width of the page.

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}}