Purpose
This template is the main template to be used on navigation boxes.
Usage
{{Navbox
|title=
|group1=
|list1=
|group2=
|list2=
...
|group10=
|list10=
}}
|
Parameters
| Parameter
|
Explanation
|
| title
|
Text that appears centered in the top row of the describing the body contents or template's topic.
|
| groupn
|
Text that appears in a cell left of listn.
|
| listn
|
A list of links grouped by groupn.
|
Example
{{Navbox
|title=Navigation Box
|group1= Group 1
|list1= List 1.1 § List 1.2 § List1.3
|group2= Group 2
|list2= List 2.1 § List 2.2 § List2.3
|group3= Group 3
|list3= List 3.1 § List 3.2 § List3.3
}}
|
| Navigation Box
|
| Group 1
|
List 1.1 § List 1.2 § List1.3
|
| Group 2
|
List 2.1 § List 2.2 § List2.3
|
| Group 3
|
List 3.1 § List 3.2 § List3.3
|
|