Difference between revisions of "Template:FBuoyancy"
Jump to navigation
Jump to search
imported>Qazaaq (creating a template for FBuoyancy settings) |
imported>Niaht (First variable based edit - fBuoyancy pages will be a bit ugly for just a bit.) |
||
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}}} | |||
|} | |||
<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> |
Revision as of 00:26, 30 December 2007
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:
{{FBuoyancy |description=An additional description. |default=1.0000 |seealso=[[SomeRelatedItem]] }}
Example
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 |