Template:NavboxGroup

From Inkipedia, the Splatoon wiki



Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:NavboxGroup/doc to edit this documentation. (How does this work?)

Displays a group header in a navbox. This produces an unterminated wiki table.

Arguments

title Unnamed The group name to display in the row header.
colorscheme Optional The color scheme of the row. Should be the same as the parent navbox. Defaults to Generic.
color Optional Deprecated; use colorscheme instead. An RGB triplet to use as the base color for formatting. If left blank, the color scheme specified is used.
style Optional A list of CSS rules to apply to the header cell.

Example

Normal usage

{{NavboxGroup
|colorscheme = NIWA
|style = width: 150px;
|Group
}}
|Contents
|}
Group Contents

Using color

{{NavboxGroup
|color = {{SiteColor|Splatoon 3}}
|style = width: 150px;
|Group
}}
|Contents
|}
Group Contents