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

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>Illviljan
mNo edit summary
m (19 revisions imported)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{Documentation subpage}}
[[Template:VersionHistoryTable]] is used together with [[Template:VersionHistoryRow]] to create a table for the version history.
==Variables==
The '''Version''' and '''Changes''' header is automatically included.


'''| table =''' (optional)
{{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]].
:: normal - Create a normal table without "collapsed" or "collapsible"
:: collapsed - Create a collapsed table  
'''| width =''' (optional)
:: Maximum width of the table


==Usage==
==Parameters==
===Header===
There are no parameters for {{tl|version history table header}}.
 
===Row===
{{tl|Version history table row}} uses the following parameters.


===Default version===
{| class="wikitable sortable"
Recommended for ''smaller'' tables.
! Parameter
<pre>
! Description
{{VersionHistoryTable}}
|-
{{VersionHistoryRow|0.9.13}}
| <code><nowiki>|1=</nowiki></code>
*  Ground Slam now attacks at the speed of your weapon.
| The version number. If the exact version is unknown, enter <code>?</code>.
{{VersionHistoryRow|0.9.12qq}}
|-
* Damage modifiers are now factored into Damage Effectiveness rather than being listed as separate stats.
| <code><nowiki>|rel=</nowiki></code>
|}
| Optional. Relation to version number. Accepts the value <code>before</code>.
</pre>
|-
Yields:
| <code><nowiki>|2=</nowiki></code>
{{VersionHistoryTable}}
| List of changes made in this version.
{{VersionHistoryRow|0.9.13}}
*  Ground Slam now attacks at the speed of your weapon.
{{VersionHistoryRow|0.9.12qq}}
* Damage modifiers are now factored into Damage Effectiveness rather than being listed as separate stats.
|}
|}


===Collapsed table with 100% width===
===End===
Recommended for ''larger'' tables.
There are no parameters for {{tl|version history table end}}.
 
==Usage==
<pre>
<pre>
{{VersionHistoryTable|table=collapsed|width=100%}}
{{Version history table header}}
{{VersionHistoryRow|0.9.13}}
{{Version history table row|3.7.0|
* Ground Slam now attacks at the speed of your weapon.
* All melee skills now deal damage.
{{VersionHistoryRow|0.9.12qq}}
* You'll now encounter monsters, which grant items and experience when slain.
* Damage modifiers are now factored into Damage Effectiveness rather than being listed as separate stats.
}}
|}
{{Version history table row|2.0.0|
* The Dread Thicket is now always 50%.
}}
{{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>
</pre>
Yields:
Yields:
{{VersionHistoryTable|table=collapsed|width=100%}}
{{Version history table header}}
{{VersionHistoryRow|0.9.13}}
{{Version history table row|3.7.0|
* Ground Slam now attacks at the speed of your weapon.
* All melee skills now deal damage.
{{VersionHistoryRow|0.9.12qq}}
* You'll now encounter monsters, which grant items and experience when slain.
* Damage modifiers are now factored into Damage Effectiveness rather than being listed as separate stats.
}}
|}
{{Version history table row|2.0.0|
* The Dread Thicket is now always 50%.
}}
{{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}}
 
===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 notes===
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.
 
==See also==
* {{section link|Path of Exile Wiki:Manual of Style|Version history}}


<includeonly>
{{Documentation categories|
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- Categories and interwikis go here. -->
[[Category:Templates|{{PAGENAME}}]]
[[Category:Version templates]]
</includeonly>
[[Category:Partial table wikitext templates]]
}}

Latest revision as of 09:46, 23 September 2024

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

{{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.
|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|?|
* 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%.
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 notes

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.

See also