Template:Navbox/doc
Jump to navigation
Jump to search
Usage
The Navbox template is used to create navigation boxes. These boxes can contain multiple rows with grouped content to help organize and navigate related pages.
Syntax
{{Navbox |title=Navbox Title |content= {{Navbox/Row |group=Group 1 |list=* Item 1 * Item 2 }} {{Navbox/Row |group=Group 2 |list=* Item A * Item B }} }}
Parameters
- title: The title of the navbox.
- content: The content of the navbox, usually composed of multiple `Navbox/Row` templates.
- group: The group header for the row.
- list: The list of items in the row.
Example
This example will render a navigation box with two groups and their respective lists.
See Also
- Help:Templates - For more information on how to use templates.
- Template:Navbox/Row - Documentation for the row template.