Template:Version history table header/doc: Difference between revisions
Jump to navigation
Jump to search
m (Vinifera7 moved page Template:Version history table/doc to Template:Version history table header/doc without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | |||
{{tl|Version history table header}} is used with {{tl|Version history table row}} 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 | ||
{{ | |- | ||
{ | | <nowiki>{{{1}}}</nowiki> | ||
| The version number. If the exact version is unknown, enter <code>?</code>. | |||
</ | |||
|} | |} | ||
=== | ==Usage== | ||
<pre> | <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|?}} | |||
* Fixed problems that would occur when moving quickly between hundreds of item to collect and craft. | |||
|} | |} | ||
</pre> | </pre> | ||
Yields: | Yields: | ||
{{ | {{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. | |||
|} | |} | ||
<includeonly> | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox| | | ||
<!-- | <!-- Categories and interwikis go here. --> | ||
[[Category:Templates | [[Category:Templates]] | ||
</includeonly> | }}</includeonly> |
Revision as of 23:44, 17 October 2020
This subpage provides documentation for Template:Version history table header.
{{Version history table header}} is used with {{Version history table row}} 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 ? .
|
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. |}
Yields:
Version | Changes |
---|---|
3.7.0 |
|
2.0.0 |
|
Unknown |
|