Atelier 801 Wiki
Advertisement

This template is used to create a basic navbox. This template SHOULD NOT be used directly within articles, as it creates a maintenance burden to do so whenever the contents of the box have to be updated.

The purpose of this template is to standardize the attributes of all navigation boxes, for example, their colors and other CSS attributes. The template is fairly simple, and could be extended to add other features in the future. Using this template allows changes to be implemented much quicker and easier than editing each template separately.

This template currently has up to 5 groups that can be used.

Syntax

{{Navbox
|name     = {{subst:PAGENAME}}
|collapse = If yes, Navbox is collapsed by default
|style    = Allows for css styles for the table
|title    = Title

|style1   = Allows css styles for this group.
|group1   = Left-side text
|list1    = A list of links separated with {{*}}

|style2   =
|group2   =
|list2    =

|style3   =
|group3   =
|list3    =

.....
}}

Example

{{Navbox
|name     = Character
|title    = [[Repeating Characters|Characters]]

|group1   = Row name
|list1    = Row Info {{*}} More info

|style2   = text-align:center;
|list2    = A row with no group {{*}} and also centered
}}

See Also

Advertisement