Template:Patch Navigation Links: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Tlosk
No edit summary
imported>Tlosk's Bot
mNo edit summary
Line 1: Line 1:
<includeonly><div style="float: right;"> [[{{{Previous}}}|Previous Patch]] - [[Patches|All Patches]] - [[{{{Next}}}|Next Patch]]</div></includeonly><noinclude>
<includeonly><div style="float: right;"> [[{{{Previous}}}|Previous Patch]] - [[Patches|All Patches]] - [[{{{Next}}}|Next Patch]]</div>
{{Related|Wiki Templates}}
[[File:{{PAGENAME}} Splash Screen.jpg|256x168px|right|link=#New Quests]]</includeonly><noinclude>
{{Related|Wiki Templates|Patch Tree Template}}
== Syntax ==
== Syntax ==
<pre style="width:auto; overflow:auto">
<pre style="width:auto; overflow:auto">
{{Patch Navigation Links
{{Patch Navigation Links
  | Previous = <Page>
  | Previous = <Page>
  | Next = <Page>
  |     Next = <Page>
}}
}}
</pre>
</pre>


== Usage ==
== Usage ==
Displays links to the previous patch, all patches, and the next patch along with a small version of the patch splash screen that links to New Quests on the patch page.


Parameters in '''bold''' are required fields.  
For the results of the example code below see [[Seeds of Corruption]].


{| class="wikitable"
<pre style="width:auto; overflow:auto">
! Parameter
! Explanation
|-
| '''Previous'''
| Name of the previous patch.
|-
| '''Next'''
| Name of the next patch.
|}
 
 
For example:
 
<pre>
{{Patch Navigation Links
{{Patch Navigation Links
  | Previous = Sudden Season
  | Previous = Risks and Rewards
  | Next = Shadows of the Past
  |     Next = Sins of the Fathers
}}
}}
</pre>
</pre>
displays as:
{{Patch Navigation Links
| Previous = Sudden Season
| Next = Shadows of the Past
}}


[[Category:Wiki Template]]
[[Category:Wiki Template]]
</noinclude>
</noinclude>

Revision as of 05:01, 5 June 2009

Related topics: Wiki Templates, Patch Tree Template

Syntax

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

Usage

Displays links to the previous patch, all patches, and the next patch along with a small version of the patch splash screen that links to New Quests on the patch page.

For the results of the example code below see Seeds of Corruption.

{{Patch Navigation Links
 | Previous = Risks and Rewards
 |     Next = Sins of the Fathers
}}