Difference between revisions of "Template:FBuoyancy"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Qazaaq
(creating a template for FBuoyancy settings)
 
imported>Darkness X
m
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
{| border="1" cellpadding="5" cellspacing="0"
|-
!style="background:#ffdead;" width="100"  | Description
|style="background:#ffeded;" |
All of the FBuoyancy settings control the buoyancy (how fast or slow an object will sink when dropped in a pool of water) of some type of material in the game. A setting of -1.000 means the material will sink immediately to the bottom of the water. A setting of 0.000 means the material will slowly settle into a mid-level height in the water. A setting of +1.000 means the material will float on top of the water. Other values control the speed at which the material will sink and the height at which it floats
All of the FBuoyancy settings control the buoyancy (how fast or slow an object will sink when dropped in a pool of water) of some type of material in the game. A setting of -1.000 means the material will sink immediately to the bottom of the water. A setting of 0.000 means the material will slowly settle into a mid-level height in the water. A setting of +1.000 means the material will float on top of the water. Other values control the speed at which the material will sink and the height at which it floats
{{{description|}}}
|-
!style="background:#ffdead;" |Default value
|style="background:#ffeded;" |
{{{default|}}}
|}
==See Also==
* {{{seealso|}}}
<div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category:Settings|Settings]]</p></div>
</includeonly>
<noinclude>
Provides the template for all fBuoyancy game settings.
==Usage==
Place a block similar to the following in the page you want to use this template:
<pre>
{{FBuoyancy
  |description=An additional description.
  |default=1.0000
  |seealso=[[SomeRelatedItem]]
}}
</pre>
==Example==
{{FBuoyancy
  |description=An additional description.
  |default=1.0000
  |effects=item list
  |seealso=[[SomeRelatedItem]]
}}
</noinclude>
<noinclude>[[Category: Templates|FBuoyancy]]</noinclude>

Latest revision as of 09:50, 3 May 2010


Provides the template for all fBuoyancy game settings.

Usage[edit source]

Place a block similar to the following in the page you want to use this template:

{{FBuoyancy
  |description=An additional description.
  |default=1.0000
  |seealso=[[SomeRelatedItem]]
}}

Example[edit source]

Description

All of the FBuoyancy settings control the buoyancy (how fast or slow an object will sink when dropped in a pool of water) of some type of material in the game. A setting of -1.000 means the material will sink immediately to the bottom of the water. A setting of 0.000 means the material will slowly settle into a mid-level height in the water. A setting of +1.000 means the material will float on top of the water. Other values control the speed at which the material will sink and the height at which it floats

An additional description.

Default value

1.0000

See Also[edit source]