Difference between revisions of "Template:Navbox/title"

From Mario Fan Games Galaxy Wiki
Line 10: Line 10:
 
This template is used inside of other templates to create navigational tables on the undersides of articles. In the above example, all 3 templates have been used.
 
This template is used inside of other templates to create navigational tables on the undersides of articles. In the above example, all 3 templates have been used.
  
Navbox/title must be proceeded by the required number of [[Template:Navbox/row|rows]] (AT LEAST ONE MUST BE USED!) and then [[Navbox/end|terminated]]. There must be line breaks between each template, or the table's format will error.
+
Navbox/title must be proceeded by the required number of [[Template:Navbox/row|rows]] (AT LEAST ONE MUST BE USED!) and then [[Template:Navbox/end|terminated]]. There must be line breaks between each template, or the table's format will error.
  
 
== Usage ==
 
== Usage ==

Revision as of 18:14, 20 November 2007

Title
Test Group


Navbox/title

This template is used inside of other templates to create navigational tables on the undersides of articles. In the above example, all 3 templates have been used.

Navbox/title must be proceeded by the required number of rows (AT LEAST ONE MUST BE USED!) and then terminated. There must be line breaks between each template, or the table's format 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}}