Description edit

This template creates a list entry for version changes in an article or page, with a link to that version in the Version History.

Use edit

Common case edit

The convention is to add a History section at the bottom of the page, just above the navboxes:

==History==
{{History|1.0|Introduced.}}
{{History|1.1|Adjusted Rancher bonus to 20%, up from 10%, Artisan now increases the value of [[Artisan Goods]] by 40%, down from 50%}}
{{History|1.2.26|Farming level now affects crop yield prior to level 10.}}

Minus the header, this results in:

  • {{#arraydefine:versionNumber|1.0}}[[Version History#{{#arrayindex:versionNumber|0}}|1.0]]: Introduced.
  • {{#arraydefine:versionNumber|1.1}}[[Version History#{{#arrayindex:versionNumber|0}}|1.1]]: Adjusted Rancher bonus to 20%, up from 10%, Artisan now increases the value of Artisan Goods by 40%, down from 50%
  • {{#arraydefine:versionNumber|1.2.26}}[[Version History#{{#arrayindex:versionNumber|0}}|1.2.26]]: Farming level now affects crop yield prior to level 10.

Version label edit

In niche cases, you can override the link text shown for the version number. For example:

{{History|1.3.27|version label=1.3|Farming level now affects crop yield prior to level 10.}}
  • {{#arraydefine:versionNumber|1.3.27}}[[Version History#{{#arrayindex:versionNumber|0}}|1.3]]: Farming level now affects crop yield prior to level 10.