Difference between revisions of "Template:SettingGroupHeader"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>SnakeChomp
(Example and results)
imported>DragoonWraith
(template link formatting)
Line 1: Line 1:
<noinclude>
<noinclude>


This template is used in conjunction with [[Template:SettingGroupFooter]] and [[Template:SettingGroupMember]] to document groups of relating settings using a single table.
This template is used in conjunction with {{[[:Template:SettingGroupFooter|SettingGroupFooter]]}} and {{[[:Template:SettingGroupMember|SettingGroupMember]]}} to document groups of relating settings using a single table.


'''Example:'''
'''Example:'''

Revision as of 13:06, 27 December 2008


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