Template:Version/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
No edit summary
>TheFrz
mNo edit summary
Line 1: Line 1:
{{documentation subpage}}
{{documentation subpage}}
{{lua|Module:SMW data tables}}
{{lua|Module:Version}}
__TOC__
__TOC__


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.
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.
Line 20: Line 19:


===Deprecated parameters===
===Deprecated parameters===
These parameters were removed from the template and can be safely deleted.
These parameters were removed from the template and can be safely deleted.


Line 30: Line 28:
| '''afterdate''' || The release date of the next version
| '''afterdate''' || The release date of the next version
|}
|}


==Version page template==
==Version page template==
<nowiki>{{version
<pre><nowiki>{{version
| before                =   
| before                =   
| patch                  = {{subst:#sub: {{subst:PAGENAME}} | 8 }}
| patch                  = {{subst:#sub: {{subst:PAGENAME}} | 8 }}
Line 48: Line 45:


==References==
==References==
{{reflist}}</nowiki>
{{reflist}}</nowiki></pre>


<includeonly>
<includeonly>

Revision as of 20:49, 25 October 2016

This subpage provides documentation for Template:Version.

Lua logo

This template uses the following modules:

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>{{cite web|author=|date=|title={{subst:#sub: {{subst:PAGENAME}} | 8 }} Patch Notes|url=|publisher=Official Path of Exile Forums|accessdate=}}</ref>

{{blockquote top}}
INSERT PATCH NOTES HERE
{{blockquote bottom}}

==References==
{{reflist}}