Template:Update list/doc: Difference between revisions

From [N8]
Jump to navigation Jump to search
Created page with "{{Documentation}} This template creates an entry for an article's update history. You '''must''' only put this template inside of {{t|Update history}}, as it acts as a wrappe..."
 
No edit summary
Line 1: Line 1:
{{Documentation}}
{{Documentation}}


This template creates an entry for an article's update history. You '''must''' only put this template inside of {{t|Update history}}, as it acts as a wrapper container. '''See [[RS:HISTORY]] for guidance'''.
This template creates an entry for an article's update history. You '''must''' only put this template inside of {{t|Update history}}, as it acts as a wrapper container.


==Usage==
==Usage==

Revision as of 23:31, 6 June 2020

This is a documentation subpage for Template:Update list.
It contains usage information, categories, and other content that is not part of the original template page.

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)
    • patch
    • hotfix
  • 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 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.