Template:Navigation: Difference between revisions
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: {{{ | {{#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: {{{ | {{#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 Link | ||
| | | Forward Link | ||
}} | }} | ||
</pre> | </pre> | ||
The | 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 | ||
| | | [[Horizon:Volume 1A Illustrations|Novel Illustrations]] | ||
| | | [[Horizon:Volume 1A Table of Content|Table of Content]] | ||
}} | }} | ||
</pre> | </pre> | ||
{{Navigation | {{Navigation | ||
| Kyoukai Senjou no Horizon | | Kyoukai Senjou no Horizon | ||
| | | [[Horizon:Volume 1A Illustrations|Novel Illustrations]] | ||
| | | [[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]] }}
Back to Novel Illustrations | Return to Main Page | Forward to Table of Content |