Template:Navbox
The template automatically pulls the list of the children pages of a given page, unless 'auto' is set to 'no' (in which case the arbitrary content can be provided).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Page name of a topic to start navigation from. | Page name | required |
| Icon | image | A filename of an image to represent the topic. | Page name | required |
| Icon links to | target | A page name or URL to link the icon to. | String | optional |
| Method | auto | If set to "no", allows providing of arbitrary content in the field "content". Otherwise, pulls a set of links to the children pages of the page provided in the field "Title".
| String | optional |
| Content | content | Only works if "auto" is set to "no". You can provide links yourself here, if the automatic listing is not satisfactory. | Unbalanced wikitext | optional |
| Card class | card_class | A custom or pre-defined Bootstrap class name to be applied to the card. | String | optional |
- Example
In this example, the template makes a semantic query based on the Property:Has parent page and looking for pages having the parent page equal to Community, and link the icon to the parent page.
{{navbox
|title=Community
|target=Community
}}
- Result
- Grouped
Use Template:Navbox block to group cards.
{{navbox block}}
{{navbox
|title=Gameplay
}}
{{navbox
|title=Economy
}}
{{navbox
|title=Lore
}}
{{end}}
{{navbox block}}
{{navbox
|title=Community
}}
{{navbox
|title=Art
|auto=no
|content=
}}
{{navbox
|title=Digital Assets
}}
{{end}}
- Result