The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<noinclude>{{Documentation subpage}}</noinclude> |
|||
;Description |
;Description |
||
:This template is used to create a basic navigation box. You can do so by calling the template, via the steps under "Syntax", but it is recommended to '''copy the code verbatim''' via the steps under "Navbox Creation". |
:This template is used to create a basic navigation box. You can do so by calling the template, via the steps under "Syntax", but it is recommended to '''copy the code verbatim''' via the steps under "Navbox Creation". |
||
Line 17: | Line 16: | ||
#To add another section, copy these four lines of code immediately below the lines in the existing code that they resemble: |
#To add another section, copy these four lines of code immediately below the lines in the existing code that they resemble: |
||
<pre>|- |
<pre>|- |
||
! style="padding:.2em .5em" nowrap="nowrap" class="color1" | {{{header}}} |
! style="padding:0.2em 0.5em;" nowrap="nowrap" class="color1" | {{{header}}} |
||
|- |
|- |
||
| style="padding:.2em .5em" | {{{body}}}</pre> |
| style="padding:0.2em 0.5em;" | {{{body}}}</pre> |
||
Save the page once you have added as many sections as you needed, and filled them with content. You may also want to create a /doc subpage explaining that to call the resulting template, one must only type <code>{<nowiki/>{Navbox Foo}}</code>, or rather, whatever we decided to name the template in step 1. |
Save the page once you have added as many sections as you needed, and filled them with content. You may also want to create a /doc subpage explaining that to call the resulting template, one must only type <code>{<nowiki/>{Navbox Foo}}</code>, or rather, whatever we decided to name the template in step 1. |
||
Line 25: | Line 24: | ||
;Syntax |
;Syntax |
||
<pre>{{ |
<pre>{{navbox |
||
|header=Land of Bob |
|header=Land of Bob |
||
|body=This <nowiki>[[place]]</nowiki> and that <nowiki>[[place]]</nowiki>. |
|body=This <nowiki>[[place]]</nowiki> and that <nowiki>[[place]]</nowiki>. |
||
Line 32: | Line 31: | ||
:Results in... |
:Results in... |
||
{{ |
{{navbox |
||
|header=Land of Bob |
|header=Land of Bob |
||
|body=This <nowiki>[[place]]</nowiki> and that <nowiki>[[place]]</nowiki>. |
|body=This <nowiki>[[place]]</nowiki> and that <nowiki>[[place]]</nowiki>. |
||
}} |
}} |
||
<includeonly>[[Category:Navbox templates]]</includeonly> |
<includeonly>[[Category:Navbox templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> |