Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Template documentation (for the above template, sometimes hidden or invisible) [create]
This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
This template currently doesn't have any documentation; you can create it if you know how the template is used. (What is this?)
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:DW/UL/doc/doc. (View all subpages of this page.)

This template creates an entry for an article's update history. You must only put this template inside of {{UH}}.

Usage

  • date = Date of the update in [[DD MONTH]] YY. For example, [[15 April]] 2025.
    • If the date is unknown, type: Unknown date.
  • type = update, hotfix or patch; Default: update
  • ver = Full name of the version.
    • If the version is unknown, type: Unknown.
  • vernum = only the version number to be displayed, optional
  • update = The text of the update

Examples

Update example with version number

{{UH|
{{UL
|date = [[2 May]] 2025
|ver = Eye on Ashenfall 0.7.3
|vernum = 0.7.3
|update = Spitfoot is now more noticeable in the Vertentis Kara Vault.
}}
}}

Produces:
Template:UH

Update example with unknown date and version

{{UH|
{{UL
|date = Unknown date
|ver = Unknown
|vernum = 0.7.3
|update = Spitfoot is now more noticeable in the Vertentis Kara Vault.
}}
}}

Produces:
Template:UH

Hotfix example without the version number, but with multiple text

{{UH|
{{UL
|date = [[2 May]] 2025
|type = hotfix
|ver = Hotfix 1 - 0.7.1.2
|update =
First thing that happened.
*Comment on the first thing.
Second thing that happened.
}}
}}

Produces:
Template:UH