Template:Navigation: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Jonathanasdf (talk | contribs)
No edit summary
Jonathanasdf (talk | contribs)
No edit summary
Line 2: Line 2:
<tr>
<tr>
{{#if: {{{back|}}} | <td>Back to {{{back}}}</td>}}
{{#if: {{{back|}}} | <td>Back to {{{back}}}</td>}}
<td>Return to [[{{{main}}}|Main Page]]</td>
<td>Return to [[{{{1}}}|Main Page]]</td>
{{#if: {{{forward|}}} | <td>Forward to {{{forward}}}</td>}}
{{#if: {{{forward|}}} | <td>Forward to {{{forward}}}</td>}}
</tr>
</tr>
Line 10: Line 10:
<pre>
<pre>
{{Navigation
{{Navigation
     | main=Main Page (name only, no link)
     | Main Page (name only, no link)
     | back=Back Link
     | back=Back Link
     | forward=Forward Link
     | forward=Forward Link
Line 20: Line 20:
<pre>
<pre>
{{Navigation
{{Navigation
     | main=Kyoukai Senjou no Horizon
     | Kyoukai Senjou no Horizon
     | back=[[Horizon:Volume 1A Illustrations|Novel Illustrations]]
     | back=[[Horizon:Volume 1A Illustrations|Novel Illustrations]]
     | forward=[[Horizon:Volume 1A Table of Content|Table of Content]]
     | forward=[[Horizon:Volume 1A Table of Content|Table of Content]]
Line 26: Line 26:
</pre>
</pre>
{{Navigation
{{Navigation
     | main=Kyoukai Senjou no Horizon
     | Kyoukai Senjou no Horizon
     | back=[[Horizon:Volume 1A Illustrations|Novel Illustrations]]
     | back=[[Horizon:Volume 1A Illustrations|Novel Illustrations]]
     | forward=[[Horizon:Volume 1A Table of Content|Table of Content]]
     | forward=[[Horizon:Volume 1A Table of Content|Table of Content]]

Revision as of 02:34, 15 December 2011


Usage:

{{Navigation
    | Main Page (name only, no link)
    | back=Back Link
    | forward=Forward Link
}}

The Back and Forward lines are optional. The order doesn't matter


Example:

{{Navigation
    | Kyoukai Senjou no Horizon
    | back=[[Horizon:Volume 1A Illustrations|Novel Illustrations]]
    | forward=[[Horizon:Volume 1A Table of Content|Table of Content]]
}}