Template:SettingGroupHeader
Revision as of 00:14, 27 December 2008 by imported>SnakeChomp (Example and results)
This template is used in conjunction with Template:SettingGroupFooter and Template:SettingGroupMember to document groups of relating settings using a single table.
Example:
{{SettingGroupHeader |Name = Foo Settings }} {{SettingGroupSetting |Name = fFoo1 |Default = 0 |Description = foo }} {{SettingGroupSetting |Name = fFoo2 |Default = 0.2 |Description = foo }} {{SettingGroupFooter}}
Result:
Foo Settings | ||
Setting | Default | Description |
fFoo1 | 0 | foo |
fFoo2 | 0.2 | foo |