Template:SettingGroupHeader

From the Fallout3 GECK Wiki
Revision as of 20:03, 29 December 2008 by imported>SnakeChomp (Perhaps not a border then. Try a smaller column width.)
Jump to navigation Jump to search


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

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