Difference between revisions of "Template:Navigation"
Jump to navigation
Jump to search
(not yet finished navigation template) |
(changed dummy article links to anchor links to remove dummy articles from "wanted pages") |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {| class="anav" align="center | + | <includeonly>{| class="anav" align="center" |
− | + | !colspan="3"| {{#if: {{{title|}}} | {{{title}}} | }} | |
|- | |- | ||
− | | | + | | {{#if: {{{prev|}}} | [[Image:Nav Prev.png|22px|link={{{prev}}}]] [[{{{prev}}}]] | }} |
− | | | + | | {{#if: {{{up|}}} | [[Image:Nav Up.png|22px|link={{{up}}}]] [[{{{up}}}]] | }} |
− | | | + | | {{#if: {{{next|}}} | [[Image:Nav Next.png|22px|link={{{next}}}]] [[{{{next}}}]] | }} |
+ | |}</includeonly><noinclude> | ||
+ | == Usage == | ||
+ | |||
+ | '''NOTE:''' This is a <u>deprecated template</u>, please use [[Template:Go]] and [[Template:Up]] instead! | ||
+ | |||
+ | {|class="wikitable" | ||
+ | ! Input | ||
+ | ! Output | ||
+ | |- | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | {{Navigation | ||
+ | |title = Navigation Title | ||
+ | |prev = Previous | ||
+ | |next = Next | ||
+ | |up = Up | ||
+ | }} | ||
+ | </nowiki></pre> | ||
+ | | | ||
+ | {{Navigation | ||
+ | |title = Navigation Title | ||
+ | |prev = #Previous | ||
+ | |next = #Next | ||
+ | |up = #Up | ||
+ | }} | ||
+ | |- | ||
+ | | | ||
+ | <pre><nowiki> | ||
+ | {{Navigation | ||
+ | |prev = Previous | ||
+ | |next = Next | ||
+ | }} | ||
+ | </nowiki></pre> | ||
+ | | | ||
+ | {{Navigation | ||
+ | |prev = #Previous | ||
+ | |next = #Next | ||
+ | }} | ||
|} | |} | ||
− | + | [[Category:Navigation]] | |
− | + | [[Category:Exclude in print]] | |
</noinclude> | </noinclude> |
Latest revision as of 18:35, 21 February 2014
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 |prev = Previous |next = Next }} |
|