Template:Patch Navigation Links: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Tlosk
No edit summary
imported>Tlosk
No edit summary
Line 1: Line 1:
<includeonly><div style="float: right;"> {{{Previous}}} - [[Patches|All Patches]] - {{{Next}}}</div></includeonly><noinclude>
<includeonly><div style="float: right;"> [[{{{Previous}}}|Previous]] - [[Patches|All Patches]] - [[{{{Next}}}|Next]]</div></includeonly><noinclude>
{{Related|Wiki Templates}}
{{Related|Wiki Templates}}
== Syntax ==
== Syntax ==


<pre style="width:auto; overflow:auto">{{Patch Navigation Links
<pre style="width:auto; overflow:auto">{{Patch Navigation Links
| Previous = [[<Page>|Previous]]
| Previous = <Page>
| Next = [[<Page>|Next]]
| Next = <Page>
}}
}}
</pre>
</pre>
Line 18: Line 18:
|-
|-
| '''Previous'''
| '''Previous'''
| Wikilink to the previous patch.
| Name of the previous patch.
|-
|-
| '''Next'''
| '''Next'''
| Wikilink to the next patch.
| Name of the next patch.
|}
|}


Line 29: Line 29:
<pre>
<pre>
{{Patch Navigation Links
{{Patch Navigation Links
| Previous = [[Sudden Season|Previous Patch]]
| Previous = Sudden Season
| Next = [[Shadows of the Past|Next Patch]]
| Next = Shadows of the Past
}}
}}
</pre>
</pre>
Line 37: Line 37:


{{Patch Navigation Links
{{Patch Navigation Links
| Previous = [[Sudden Season|Previous Patch]]
| Previous = Sudden Season
| Next = [[Shadows of the Past|Next Patch]]
| Next = Shadows of the Past
}}
}}


</noinclude>
</noinclude>

Revision as of 07:03, 4 January 2009

Related topics: Wiki Templates

Syntax

{{Patch Navigation Links
| Previous = <Page>
| Next = <Page>
}}

Usage

Parameters in bold are required fields.

Parameter Explanation
Previous Name of the previous patch.
Next Name of the next patch.


For example:

{{Patch Navigation Links
| Previous = Sudden Season
| Next = Shadows of the Past
}}

displays as:

Previous - All Patches - Next