Template:Update list/doc
Jump to navigation
Jump to search
This template creates an entry for an article's update history. You must only put this template inside of {{Update history}}, as it acts as a wrapper container. See RS:HISTORY for guidance.
Usage
typemust be one of the following:- empty (defaults to update)
patchhotfix
updateis the name of the update page, with the Update: namespace included. This parameter may be left empty- (optional)
dateis fetched automatically from the update page. If manually specified, as hotfixes might need to be, use the format 4 June 2026.
Example
{{Update history|
* {{UL|update=Update:Patch Notes (21 February 2020)|date=21 February 2020}}
** [[Scout|Scouts]] Fixed a bug where scouts were getting 2x the base scout speed bonus when traveling.
* {{UL|type=patch|update=Update:Patch Notes (21 February 2020)|date=21 February 2020}}
** [[Scout|Scouts]] Fixed a bug where scouts were getting 2x the base scout speed bonus when traveling.
* {{UL|type=hotfix|update=Update:Patch Notes (21 February 2020)|date=21 February 2020}}
** [[Scout|Scouts]] Fixed a bug where scouts were getting 2x the base scout speed bonus when traveling.
}}
Produces:
- update 21 February 2020 (Update):
- Scouts Fixed a bug where scouts were getting 2x the base scout speed bonus when traveling.
- patch 21 February 2020 (Update):
- Scouts Fixed a bug where scouts were getting 2x the base scout speed bonus when traveling.
- hotfix 21 February 2020 (Update):
- Scouts Fixed a bug where scouts were getting 2x the base scout speed bonus when traveling.
