Template:Patch Navigation Links: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Widgeon
(This is an experimental template for patch navigation links.)
 
imported>Tlosk's Bot
mNo edit summary
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="float: right;"> [[Patches | All Patches]], Previous patch: {{{Previous}}}, Next patch: {{{Next}}}</div>
<includeonly><div style="float: right;"> [[{{{Previous}}}|Previous Patch]] - [[Patches|All Patches]] - [[{{{Next}}}|Next Patch]]</div>
 
{{#ifexist:File:{{PAGENAME}} Splash Screen.jpg|[[File:{{PAGENAME}} Splash Screen.jpg|320px|right|link=#New Quests]]|{{#ifexist:File:{{strip|{{{Image|}}}}}|[[File:{{strip|{{{Image|}}}}}|320px|right|link=#New Quests]]|}}}}</includeonly><noinclude>
<noinclude>
{{Related|Wiki Templates|Patch Tree Template}}
 
== Syntax ==
== Syntax ==
<pre style="width:auto; overflow:auto">
{{Patch Navigation Links
| Previous = <Page>
|    Next = <Page>
}}


<pre style="width:auto; overflow:auto">{{Patch Navigation Links
{{Patch Navigation Links
| Previous =
| Previous = <Page>
| Next =
|     Next = <Page>
|    Image = <Specify image file if does not follow naming conventions>
}}
}}
</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.
If for some reason the splash screen image cannot be named exactly as the patch name, for example [[Who Watches the Virindi?]], the actual image can optionally be specified.


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
{{Patch Navigation Links
! Explanation
| Previous = Risks and Rewards
|-
|     Next = Sins of the Fathers
| '''Previous'''
}}
| Wikilink to the previous patch.
</pre>
|-
| '''Next'''
| Wikilink to the next patch.
|}


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

Latest revision as of 05:54, 5 June 2009

Related topics: Wiki Templates, Patch Tree Template

Syntax

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

{{Patch Navigation Links
 | Previous = <Page>
 |     Next = <Page>
 |    Image = <Specify image file if does not follow naming conventions>
}}

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.

If for some reason the splash screen image cannot be named exactly as the patch name, for example Who Watches the Virindi?, the actual image can optionally be specified.

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

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