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 1: Line 1:
<includeonly><table id="navbar" border="1" cellpadding="5" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; padding: 0.2em; border-collapse: collapse;">
<includeonly><table id="navbar" border="1" cellpadding="5" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; padding: 0.2em; border-collapse: collapse;">
<tr>
<tr>
{{#if: {{{back|}}} | <td>Back to {{{back}}}</td>}}
{{#if: {{{2|}}} | <td>Back to {{trim|{{{2}}}}}</td>}}
<td>Return to [[{{trim|{{{1}}}}}|Main Page]]</td>
<td>Return to [[{{trim|{{{1}}}}}|Main Page]]</td>
{{#if: {{{forward|}}} | <td>Forward to {{{forward}}}</td>}}
{{#if: {{{3|}}} | <td>Forward to {{trim|{{{3}}}}}</td>}}
</tr>
</tr>
</table></includeonly>
</table></includeonly>
Line 11: Line 11:
{{Navigation
{{Navigation
     | Main Page (name only, no link)
     | Main Page (name only, no link)
     | back=Back Link
     | Back Link
     | forward=Forward Link
     | Forward Link
}}
}}
</pre>
</pre>
The Back and Forward lines are optional. The order doesn't matter
The back link can be left out, but the pipe must be there.
<hr>
<hr>
Example:
Example:
Line 21: Line 21:
{{Navigation
{{Navigation
     | Kyoukai Senjou no Horizon
     | Kyoukai Senjou no Horizon
     | back=[[Horizon:Volume 1A Illustrations|Novel Illustrations]]
     | [[Horizon:Volume 1A Illustrations|Novel Illustrations]]
     | forward=[[Horizon:Volume 1A Table of Content|Table of Content]]
     | [[Horizon:Volume 1A Table of Content|Table of Content]]
}}
}}
</pre>
</pre>
{{Navigation
{{Navigation
     | Kyoukai Senjou no Horizon
     | Kyoukai Senjou no Horizon
     | back=[[Horizon:Volume 1A Illustrations|Novel Illustrations]]
     | [[Horizon:Volume 1A Illustrations|Novel Illustrations]]
     | forward=[[Horizon:Volume 1A Table of Content|Table of Content]]
     | [[Horizon:Volume 1A Table of Content|Table of Content]]
}}
}}
[[category:Simple Navbars]]
[[category:Simple Navbars]]
</noinclude>
</noinclude>

Latest revision as of 02:42, 15 December 2011


Usage:

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

The back link can be left out, but the pipe must be there.


Example:

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