Template:Navbox
The basic template for a navigation box.
Syntax
{{navbox
|collapsed=
|title=
|content=...
}}
The collapsed option will hide the content of the navbox by default. If it is not included, or left empty, the navbox will be expanded.
Example
The following:
{{navbox
|collapsed=true
|title=This is a title
|content=This is awesome content.
}}
...will turn into this collapsed navbox:
| This is a title |
|---|
| This is awesome content. |
whereas this
{{navbox
|title=This is a title
|content=This is awesome content.
}}
will turn into an expanded navbox:
| This is a title |
|---|
| This is awesome content. |