Difference between revisions of "Template:Setting"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(using {{Bc}} instead of hard-coded version, and using DISPLAYTITLE to lower-case the first character)
imported>DragoonWraith
(lcfirst for the title of the bar, too)
Line 25: Line 25:
</noinclude><includeonly>{{Bc|Settings}}
</noinclude><includeonly>{{Bc|Settings}}
{{DISPLAYTITLE:{{lcfirst:{{PAGENAME}}}}}}
{{DISPLAYTITLE:{{lcfirst:{{PAGENAME}}}}}}
<table cellspacing=0 cellpadding=5 width=100%>
<table cellspacing=0 cellpadding=5 width=100%>


<tr>
<tr>
<td colspan=2 class=header style="text-transform:none;">{{PAGENAME}}</td>
<td colspan=2 class=header style="text-transform:none;">{{lcfirst:{{PAGENAME}}}}</td>
</tr>
</tr>



Revision as of 13:04, 14 December 2008

This template is used for Settings.

Example:

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

Result:

setting
Default value 0.75
Description This is just an example.
  • And these
  • are a few
  • bullet points