Template:SettingGroupHeader
Revision as of 19:22, 5 January 2009 by imported>SnakeChomp (New header row style. Add optional description field.)
This template is used in conjunction with {{SettingGroupFooter}} and {{SettingGroupMember}} to document groups of relating settings using a single table.
Example:
{{SettingGroupHeader |Name = Foo Settings |Description = These are the foo settings. They do stuff. }} {{SettingGroupSetting |Name = fFoo1 |Default = 0 |Description = foo }} {{SettingGroupSetting |Name = fFoo2 |Default = 0.2 |Description = foo }} {{SettingGroupFooter}}
Result:
Foo Settings | ||
Template:Description | ||
Setting | Default | Description |
fFoo1 | 0 | foo |
fFoo2 | 0.2 | foo |