Difference between revisions of "Template:Navigation"
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> |