Difference between revisions of "Template:Navigation"

From den4b Wiki
Jump to navigation Jump to search
(not yet finished navigation template)
 
(added usage notes)
Line 2: Line 2:
 
|align="center" colspan="3"|{{{title}}}
 
|align="center" colspan="3"|{{{title}}}
 
|-
 
|-
|align="center" style="width:33%"|[[Image:Nav Prev.png|22px]] {{{prev}}}
+
|align="center" style="width:33%"|[[Image:Nav Prev.png|22px]] [[{{{prev}}}]]
|align="center" style="width:33%"|[[Image:Nav Up.png|22px]] {{{up}}}
+
|align="center" style="width:33%"|[[Image:Nav Up.png|22px]] [[{{{up}}}]]
|align="center" style="width:33%"|[[Image:Nav Next.png|22px]] {{{next}}}
+
|align="center" style="width:33%"|[[Image:Nav Next.png|22px]] [[{{{next}}}]]
 
|}
 
|}
 
<noinclude>
 
<noinclude>
{{Navigation}}
+
== Usage ==
 +
{|class="wikitable"
 +
! Input
 +
! Output
 +
|-
 +
|
 +
<pre><nowiki>
 +
{{Navigation
 +
|title = Navigation
 +
|prev = Previous
 +
|next = Next
 +
|up = Up
 +
}}
 +
</nowiki></pre>
 +
|
 +
{{Navigation
 +
|title = Navigation
 +
|prev = Previous
 +
|next = Next
 +
|up = Up
 +
}}
 +
|}
 
</noinclude>
 
</noinclude>

Revision as of 16:02, 19 June 2009

{{{title}}}
Nav Prev.png [[{{{prev}}}]] Nav Up.png [[{{{up}}}]] Nav Next.png [[{{{next}}}]]

Usage

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