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

From Path of Exile Wiki
Jump to navigation Jump to search
>@DeletedUser40283032
mNo edit summary
>@DeletedUser40283032
m (Update)
Line 1: Line 1:
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<nowiki>{{VersionHistoryTable}}</nowiki> is used to create a table for the version history.
[[Template:VersionHistoryTable]] is used together with [[Template:VersionHistoryRow]] to create a table for the version history.
==Variables==
==Variables==
The '''Version''' and '''Changes''' header is automatically included.
The '''Version''' and '''Changes''' header is automatically included.


''' | table =''' (optional)  
'''table''' (optional) =
::normal - Create a normal table without "collapsed" or "collapsible"
::normal - Create a normal table without "collapsed" or "collapsible"
::collapsed - Create a collapsed table
::collapsed - Create a collapsed table
'''| width = ''' (optional)
:: Maximum width of the table


==Copy Paste ready ==
<pre>
{{VersionHistoryTable}}
| align=center|[[Version | ]] ||
*
|}
</pre>
==Usage==
==Usage==
<pre>
<pre>
{{VersionHistoryTable}}
{{VersionHistoryTable}}
| align=center|[[Version 0.9.13|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.
|-
{{VersionHistoryRow|0.9.12qq}}
| align=center|[[Version 0.9.12qq|0.9.12qq]] ||
* 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.
|}
|}
Line 31: Line 20:
==Example==
==Example==
{{VersionHistoryTable}}
{{VersionHistoryTable}}
| align=center|[[Version 0.9.13|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.
|-
{{VersionHistoryRow|0.9.12qq}}
| align=center|[[Version 0.9.12qq|0.9.12qq]] ||
* 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.
|}
|}

Revision as of 18:22, 20 March 2013

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

Usage

{{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

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.