:NavboxGroup

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

1.Arguments

title Unnamed The group name to display in the row header.
color Optional An RGB triplet to use as the base color for formatting. The default value is 0, 153, 255, which is defined as "Generic" in SiteColor.
style Optional A list of CSS rules to apply to the header cell.

2.Example

2.1.Markup

{{NavboxGroup
|color = {{SiteColor|NIWA}}
|style = width: 150px; color: #ffffff;
|Group
}}
|Contents
|}

2.2.Output

Group Contents