Template:NavBox
List |
Description
This box is intended for fast navigation between related topics, e.g. between Races or between Language, as is standard in Wikipedia.
Usage
The template follows the standard call with named parameters.
{{NavBox|parameter=value|...}}
Required parameters
- title
- the text that will be displayed in the upper title area
- list
- the list of wiki links for the actual navigation, given by standard [[...]] syntax and an delimiter symbol, if desired
Optional parameters
- align
- the alignment of the list within the box, should be one of left, right or center (default)
- titlefontsize
- the font size of the title text, should be a relative identifier such as smaller, normal (default) or larger, or an absolute identifier such as xx-small, x-small, small, medium, large, x-large, xx-large
- listfontsize
- the font size of the list within the box, should be a relative identifier such as smaller (default), normal or larger, or an absolute identifier such as xx-small, x-small, small, medium, large, x-large, xx-large
- titlecolor
- color of the title text, given either as rgb value #rrggbb or as reserved color word, default is #000000
- listcolor
- color of the text within the list of wiki links, given either as rgb value #rrggbb or as reserved color word, default is #000000
- titlebackcolor
- color of the title background, given either as rgb value #rrggbb or as reserved color word, default is #fff0cc
- boxbackcolor
- color of the box background, given either as rgb value #rrggbb or as reserved color word, default is #fffad1
- boxbordercolor
- color of the box border, given either as rgb value #rrggbb or as reserved color word, default is #ffcc00
- titlebordercolor
- color of the title border, given either as rgb value #rrggbb or as reserved color word, default is #ffcc00
- category
- an optional category that will be set for all pages with this navigation box, given by standard [[Category:...]] syntax
Example
For instance, the following box can be placed on some of the race pages.
Wiki sourcecode
{{NavBox |title=Races |list=[[Barbidons]] • [[Huvudets]] |category=[[Category:Races]] }}
Output
Barbidons • Huvudets |