Difference between revisions of "Template:Navigation"

From den4b Wiki
Jump to navigation Jump to search
(deprecated notice)
(includeonly added)
Line 1: Line 1:
{| class="anav" align="center"
+
<includeonly>{| class="anav" align="center"
 
!colspan="3"| {{#if: {{{title|}}} | {{{title}}} | }}
 
!colspan="3"| {{#if: {{{title|}}} | {{{title}}} | }}
 
|-
 
|-
Line 5: Line 5:
 
| {{#if: {{{up|}}} | [[Image:Nav Up.png|22px|link={{{up}}}]] [[{{{up}}}]] | }}
 
| {{#if: {{{up|}}} | [[Image:Nav Up.png|22px|link={{{up}}}]] [[{{{up}}}]] | }}
 
| {{#if: {{{next|}}} | [[Image:Nav Next.png|22px|link={{{next}}}]] [[{{{next}}}]] | }}
 
| {{#if: {{{next|}}} | [[Image:Nav Next.png|22px|link={{{next}}}]] [[{{{next}}}]] | }}
|}<noinclude>
+
|}</includeonly><noinclude>
 
== Usage ==
 
== Usage ==
  

Revision as of 21:27, 23 May 2010

Usage

NOTE: This is a deprecated template, please use Template:Go and Template:Up instead!

Input Output
{{Navigation
|title = Navigation Title
|prev = Previous
|next = Next
|up = Up
}}
Navigation Title
Nav Prev.png Previous Nav Up.png Up Nav Next.png Next
{{Navigation
|prev = Previous
|next = Next
}}
Nav Prev.png Previous Nav Next.png Next