Difference between revisions of "Template:Go"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | {| | |
+ | | {{#if: {{{up|}}} | [[Image:Nav Up.png|16px|link={{{up}}}]] ''[[{{{up}}}]]'' | }} | ||
+ | | {{#if: {{{prev|}}} | [[Image:Nav Prev.png|16px|link={{{prev}}}]] ''[[{{{prev}}}]]'' | }} | ||
+ | | {{#if: {{{next|}}} | [[Image:Nav Next.png|16px|link={{{next}}}]] ''[[{{{next}}}]]'' | }} | ||
+ | |}<noinclude> | ||
== Usage == | == Usage == | ||
{|class="wikitable" | {|class="wikitable" | ||
Line 5: | Line 9: | ||
! Output | ! Output | ||
|- | |- | ||
− | | <nowiki>{{Go|Parent article}}</nowiki> | + | | <nowiki>{{Go|up=Parent article}}</nowiki> |
− | | {{Go|Parent article}} | + | | {{Go|up=Parent article}} |
+ | |- | ||
+ | | <nowiki>{{Go|up=Parent Article|prev=Previous Article|next=Next Article}}</nowiki> | ||
+ | | {{Go|up=Parent Article|prev=Previous Article|next=Next Article}} | ||
|} | |} | ||
</noinclude> | </noinclude> |
Revision as of 22:13, 19 October 2009
Usage
Input | Output | |||
---|---|---|---|---|
{{Go|up=Parent article}} |
| |||
{{Go|up=Parent Article|prev=Previous Article|next=Next Article}} |
|