Template:Version history table header/sandbox/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} {{tl|Version history table header}} is used with {{tl|version history table row}} and {{tl|version history table end}} to display a table of version history. ==Parameters== ===Header=== There are no parameters for {{tl|version history table header}}. ===Row=== {{tl|Version history table row}} uses the following parameters. {| class="wikitable sortable" ! Parameter ! Description |- | <code><nowiki>|1=</nowiki></code> | The version number....")
 
No edit summary
Line 21: Line 21:
|-
|-


| <code><nowiki>|undoc</nowiki></code>
| <code><nowiki>|undoc=</nowiki></code>
| Optional. Use if the change was undocumented.
| Optional. Use if the change was undocumented.
|-
|-
Line 42: Line 42:
* The Dread Thicket is now always 50%.
* The Dread Thicket is now always 50%.
}}
}}
{{Version history table row|2.0.0|undoc|
{{Version history table row|2.0.0|undoc=|
* The Dread Thicket is now always changed.
* The Dread Thicket is now always changed.
}}
}}

Revision as of 01:01, 7 March 2023

This subpage provides documentation for Template:Version history table header/sandbox.

{{Version history table header}} is used with {{version history table row}} and {{version history table end}} to display a table of version history.

Parameters

Header

There are no parameters for {{version history table header}}.

Row

{{Version history table row}} uses the following parameters.

Parameter Description
|1= The version number. If the exact version is unknown, enter ?.
|rel= Optional. Relation to version number. Accepts the value before.
|undoc= Optional. Use if the change was undocumented.
|2= List of changes made in this version.

End

There are no parameters for {{version history table end}}.

Usage

{{Version history table header}}
{{Version history table row|3.7.0|
* All melee skills now deal damage.
* You'll now encounter monsters, which grant items and experience when slain.
}}
{{Version history table row|2.0.0|
* The Dread Thicket is now always 50%.
}}
{{Version history table row|2.0.0|undoc=|
* The Dread Thicket is now always changed.
}}
{{Version history table row|?|
* Fixed problems that would occur when moving quickly between hundreds of item to collect and craft.
}}
{{Version history table row|0.10.0|rel=before|
* Introduced to the game.
}}
{{Version history table end}}

Yields:

Version Changes
3.7.0
  • All melee skills now deal damage.
  • You'll now encounter monsters, which grant items and experience when slain.
2.0.0
  • The Dread Thicket is now always 50%.
2.0.0 undoc
Unknown
  • Fixed problems that would occur when moving quickly between hundreds of item to collect and craft.
Before 0.10.0
  • Introduced to the game.

Unknown versions

Enter ? (a question mark) in place of the version number for changes where the exact version is unknown. Doing so will automatically add the page to Category:Pages with version history for unknown versions.

Versions without patch note versions

Sometimes there are changes made in a version that came before Grinding Gear Games began to consistently publish patch notes. If this is the case, use |rel=before to show that the change was made before the specified version.

Versions not mentioned in patch notes

Sometimes there are changes made in a version that do not appear in the patch notes. If this is the case, use |undoc to show that the change was undocumented.

See also