Template:NavboxGroup/doc

From Inkipedia, the Splatoon wiki

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
|}

Using color

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