Path of Exile Wiki

Please consider helping keep the wiki up to date. Check the to-do list of updates needed for version 3.14.0.

Game data exports will becoming later as the technical changes in addition to regular changes take some more time.

READ MORE

Path of Exile Wiki
mNo edit summary
m (OmegaK2 moved page Template:VersionHistoryTable/doc to Template:Version history table/doc)

Revision as of 16:10, 6 April 2019

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)

normal - Create a normal table without "collapsed" or "collapsible"
collapsed - Create a collapsed table

| width = (optional)

Maximum width of the table

Usage

Default version

Recommended for smaller tables.

{{VersionHistoryTable}}
{{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.
|}

Yields:

Version Changes
0.9.13
  • Ground Slam now attacks at the speed of your weapon.
0.9.12qq
  • Damage modifiers are now factored into Damage Effectiveness rather than being listed as separate stats.

Collapsed table with 100% width

Recommended for larger tables.

{{VersionHistoryTable|table=collapsed|width=100%}}
{{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.
|}

Yields:

Version Changes
0.9.13
  • Ground Slam now attacks at the speed of your weapon.
0.9.12qq
  • Damage modifiers are now factored into Damage Effectiveness rather than being listed as separate stats.