Template:Update list

From [N8]
(Redirected from Template:UL)
Jump to navigation Jump to search
Template documentation
This documentation is transcluded from Template:Update list/doc. [edit] [purge]

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.

Usage

  • type must be one of the following:
    • empty (defaults to update)
    • ninja - Community requested updates
    • patch - A bigger bug fix
    • hotfix - Small tiny bug fixes or simple quickfixes
    • hidden - patches or hotfixes that are not normally added to the patch notes when released
  • update is the name of the update page, with the Update: namespace included. This parameter may be left empty
  • (optional) date is fetched automatically from the update page. If manually specified, as hotfixes might need to be, use the format 13 May 2024.

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=ninja|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.
* {{UL|type=hidden|update=Hidden updates|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.
  • ninja 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.
  • 21 February 2020 (Update):
    • Scouts Fixed a bug where scouts were getting 2x the base scout speed bonus when traveling.