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

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>@DeletedUser40283032
mNo edit summary
>Illviljan
mNo edit summary
Line 11: Line 11:


==Usage==
==Usage==
===Default version===
Recommended for ''smaller'' tables.
<pre>
<pre>
{{VersionHistoryTable}}
{{VersionHistoryTable}}
Line 19: Line 22:
|}
|}
</pre>
</pre>
Yields:
{{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.
|}


==Example==
===Collapsed table with 100% width===
{{VersionHistoryTable}}
Recommended for ''larger'' tables.
<pre>
{{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.
|}
</pre>
Yields:
{{VersionHistoryTable|table=collapsed|width=100%}}
{{VersionHistoryRow|0.9.13}}
{{VersionHistoryRow|0.9.13}}
*  Ground Slam now attacks at the speed of your weapon.
*  Ground Slam now attacks at the speed of your weapon.
Line 27: Line 47:
* Damage modifiers are now factored into Damage Effectiveness rather than being listed as separate stats.
* Damage modifiers are now factored into Damage Effectiveness rather than being listed as separate stats.
|}
|}
<includeonly>
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|{{PAGENAME}}]]
</includeonly>
</includeonly>

Revision as of 18:58, 2 June 2016

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: Template:VersionHistoryTable Template:VersionHistoryRow

  • Ground Slam now attacks at the speed of your weapon.

Template:VersionHistoryRow

  • 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: Template:VersionHistoryTable Template:VersionHistoryRow

  • Ground Slam now attacks at the speed of your weapon.

Template:VersionHistoryRow

  • Damage modifiers are now factored into Damage Effectiveness rather than being listed as separate stats.

|}