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

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
(Blanked the page)
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{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. If the exact version is unknown, enter <code>?</code>.
|-
| <code><nowiki>|rel=</nowiki></code>
| Optional. Relation to version number. Accepts the value <code>before</code>.
|-
| <code><nowiki>|undoc=y</nowiki></code>
| Optional. Use if the change was undocumented.
|-
| <code><nowiki>|2=</nowiki></code>
| List of changes made in this version.
|}
===End===
There are no parameters for {{tl|version history table end}}.
==Usage==
<pre>
{{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=y|
* 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}}
</pre>
Yields:
{{Version history table header}}
{{Version history table row/sandbox|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/sandbox|2.0.0|
* The Dread Thicket is now always 50%.
}}
{{Version history table row/sandbox|2.0.0|undoc=y|
* The Dread Thicket is now always changed.
}}
{{Version history table row/sandbox|?|
* Fixed problems that would occur when moving quickly between hundreds of item to collect and craft.
}}
{{Version history table row/sandbox|0.10.0|rel=before|
* Introduced to the game.
}}
{{Version history table end}}
===Unknown versions===
Enter <code>?</code> (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 <code>|rel=before</code> to show that the change was made before the specified version.
===Changes not mentioned in patch notes===
Sometimes there are changes made that do not appear in the patch notes. If this is the case, use <code>|undoc=y</code> to show that the change was undocumented.
==See also==
* {{section link|Path of Exile Wiki:Manual of Style|Version history}}
{{Documentation categories|
<!-- Categories and interwikis go here. -->
[[Category:Version templates]]
[[Category:Partial table wikitext templates]]
}}

Latest revision as of 06:19, 7 March 2023