Difference between revisions of "Template:Setting"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>SnakeChomp
(Test)
imported>SnakeChomp
(Another test (changing the template and looking at it with a preview doesnt seem to work...))
Line 17: Line 17:
|Name        = fFooSetting
|Name        = fFooSetting
|Default    = 0.75
|Default    = 0.75
}}
}}


Line 38: Line 37:
</tr>
</tr>


{{#if: {{{Description|}}} |
 
<tr>
<tr>
<td style="width:100px;border-right:1px solid #7b806b;background-color:#b6b493;vertical-align:top;">Description</td>
<td style="width:100px;border-right:1px solid #7b806b;background-color:#b6b493;vertical-align:top;">Description</td>
<td style="background-color:#ebe9ed;">{{{Description}}}</td>
<td style="background-color:#ebe9ed;">{{#if: {{{Description|}}} | {{{Description}}} | ''The value of this setting has an unknown effect on gameplay'' }}</td>
</tr>
</tr>
| }}
 


</table></includeonly>
</table></includeonly>

Revision as of 02:23, 27 December 2008

This template is used for Settings.

Example:

{{Setting
|Name        = fFooSetting
|Default     = 0.75
|Description = This is just an example.
*And these
*are a few
*bullet points
}}

Result:


fFooSetting
Default value 0.75
Description The value of this setting has an unknown effect on gameplay

Notes

If name is not specified, the page title is used with the first character lowercased.