Template:Navbox

From Wikizilla, the kaiju encyclopedia
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Usage

Template:Navbox is a general purpose navigation template. Colours are fully customisable.

{{Navbox
|navbar     =off
|title      =
|style      =background: transparent;
|titlestyle =background: #
|groupstyle =background: #
|group1     =
|list1      =

|group2     =
|list2      =

|group3     =
|list3      =
...
|group20    =
|list20     =
}}

If you wish to include subgroups, use the following code

{{Navbox
|navbar     =off
|title      =
|style      =background: transparent;
|titlestyle =background: #
|groupstyle =background: #
{{Navbox subgroup
|group1     =
|list1      =

|group2     =
|list2      =
}}
...
|group20    =
|list20     =
}}