Template:Navbox/doc: Difference between revisions

From Pizza Tower Wiki
Content added Content deleted
(removed too general category)
 
m (1 revision: Updates made for portability)
Line 1: Line 1:
;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 navbox.
;Navbox Creation
<createbox>
prefix=Template:
preload=Template:Navbox
editintro=Template:Navbox/doc
buttonlabel=Make your navbox!
default = Navbox Foo
</createbox>
#Think of a name for your navbox, like "Navbox Foo". Type it in the above field, press the button, and save the page immediately. Be ready to return to ''this'' page to see the rest of the instructions.
#Edit the resulting page in source mode.
#Replace <code>{{{header}}}</code> with the text you would like to appear in the header.
#Replace <code>{{{body}}}</code> with the text you would like to appear in the body.
#To add another section, copy these four lines of code immediately below the lines in the existing code that they resemble:
<pre>|-
! style="padding:0.2em 0.5em;" nowrap="nowrap" class="color1" | {{{header}}}
|-
| 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.

;Syntax
;Syntax
:Type <code>{{t|navbox|...}}</code> somewhere, with parameters as shown below.
;Sample output


<pre>{{navbox
<pre>{{navbox
|header=Land of Bob
|header=Land of Bob
|body=This [[place]] and that [[place]].
|body=This <nowiki>[[place]]</nowiki> and that <nowiki>[[place]]</nowiki>.
}}</pre>
}}</pre>


Results in...
:Results in...


{{navbox
{{navbox
|header=Land of Bob
|header=Land of Bob
|body=This [[place]] and that [[place]].
|body=This <nowiki>[[place]]</nowiki> and that <nowiki>[[place]]</nowiki>.
}}
}}

<includeonly>[[Category:Navigation templates|{{PAGENAME}}]]</includeonly>
<noinclude>[[Category:Template documentation]]</noinclude>
<includeonly>[[Category:Templates|{{PAGENAME}}]][[Category:Templates/Navbox|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 07:27, 9 October 2018

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".
Navbox Creation

<createbox> prefix=Template: preload=Template:Navbox editintro=Template:Navbox/doc buttonlabel=Make your navbox! default = Navbox Foo </createbox>

  1. Think of a name for your navbox, like "Navbox Foo". Type it in the above field, press the button, and save the page immediately. Be ready to return to this page to see the rest of the instructions.
  2. Edit the resulting page in source mode.
  3. Replace {{{header}}} with the text you would like to appear in the header.
  4. Replace {{{body}}} with the text you would like to appear in the body.
  5. To add another section, copy these four lines of code immediately below the lines in the existing code that they resemble:
|-
! style="padding:0.2em 0.5em;" nowrap="nowrap" class="color1" | {{{header}}}
|-
| style="padding:0.2em 0.5em;" | {{{body}}}

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 {{Navbox Foo}}, or rather, whatever we decided to name the template in step 1.

Syntax
{{navbox
|header=Land of Bob
|body=This [[place]] and that [[place]].
}}
Results in...