Template:Version/doc: Difference between revisions
Jump to navigation
Jump to search
>Vinifera7 mNo edit summary |
No edit summary |
||
| Line 56: | Line 56: | ||
}}</ref> | }}</ref> | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
==Subpages== | |||
{{Subpages}} | |||
{{Documentation categories| | {{Documentation categories| | ||
Revision as of 01:08, 12 June 2022
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 |
Deprecated parameters
These parameters were removed from the template and can be safely deleted.
| Parameter | Description |
|---|---|
| beforedate | The release date of the previous version |
| afterdate | The release date of the next version |
Version page template
{{version
| before =
| patch = {{subst:#sub: {{subst:PAGENAME}} | 8 }}
| patchdate =
| after =
}}
==Patch notes==
These are the official patch notes for '''v{{subst:#sub: {{subst:PAGENAME}} | 1 }}''' 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
|title = {{subst:#sub: {{subst:PAGENAME}} | 8 }} Patch Notes
|url =
|author =
|date =
|accessdate =
|publisher = Official Path of Exile Website
}}</ref>
}}
Subpages