Difference between revisions of "Template:Go"

From den4b Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>''Go Up to [[{{{1}}}]]''</includeonly><noinclude>
+
{|
 +
| {{#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 23:13, 19 October 2009

Usage

Input Output
{{Go|up=Parent article}}
Nav Up.png Parent article
{{Go|up=Parent Article|prev=Previous Article|next=Next Article}}
Nav Up.png Parent Article Nav Prev.png Previous Article Nav Next.png Next Article