Template:Version/doc
Jump to navigation
Jump to search
This subpage provides documentation for Template:Version.
The version template is used to create a formatted succession box for version pages. It will also take care of setting some basic semantic variables; due to that it has been restricted to work only on regular version pages.
Parameters
| Parameter | Description |
|---|---|
| before | The previous version number |
| patch | This version number |
| patchdate | The release date of this version |
| after | The next version number |
Usage
To set up the article for a particular version, use the following template:
{{version
| before =
| patch = x.y.z
| patchdate =
| after =
}}
==Patch notes==
These are the official patch notes for '''version x.y.z''' released by [[Grinding Gear Games]].<ref name="Patch Notes" />
{{blockquote top}}
INSERT PATCH NOTES HERE
{{blockquote bottom}}
==References==
{{reflist|refs=
<ref name="Patch Notes">{{cite web
| author =
| date =
| title = x.y.z Patch Notes
| url =
| publisher = Official Path of Exile Forums
| accessdate =
}}</ref>
}}
Subpages