Difference between revisions of "Template:Navbox/end"

From Mario Fan Games Galaxy Wiki
 
 
Line 1: Line 1:
 +
<noinclude>{{Navbox/title}}
 +
{{navbox/row}}</noinclude>
 
|}
 
|}
 +
<noinclude>
 +
 +
'''Navbox/end''' is used with other templates to create navigational tables. Seen above is the result of all three; if any of them are not used, the table will error.
 +
 +
 +
== Usage ==
 +
All parameter names are case-sensitive.
 +
<nowiki>
 +
{{navbox/title
 +
| title = The table's title. It helps to link to a related feature (ie. "[[History of MFGG]]" as the title)
 +
}}
 +
{{navbox/row
 +
| group = Group 1
 +
| list = [[Item 1]] {{dot}} [[Item 2]] {{dot}} Item 3
 +
}}
 +
{{navbox/end}}</nowiki>
 +
 +
</noinclude>

Latest revision as of 18:18, 20 November 2007

Title
Group


Navbox/end is used with other templates to create navigational tables. Seen above is the result of all three; if any of them are not used, the table will error.


Usage

All parameter names are case-sensitive.

 {{navbox/title
 | title = The table's title. It helps to link to a related feature (ie. "[[History of MFGG]]" as the title)
 }}
 {{navbox/row
 | group = Group 1
 | list = [[Item 1]] {{dot}} [[Item 2]] {{dot}} Item 3
 }}
 {{navbox/end}}