Template:MechanicalSink: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) (Created page with "Category:Templates") |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Templates]] | ;Crafting Speed Multiplier | ||
<p style="margin-left: 1.6em;">{{{multiplier|<Information Missing>}}}{{#if:{{{multiplier|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p> | |||
;Friction Amount | |||
<p style="margin-left: 1.6em;">{{{friction|<Information Missing>}}}{{#if:{{{friction|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p>;Number of Connections | |||
;Size of Toolhead Inventory | |||
<p style="margin-left: 1.6em;">{{{toolheadnumber|<Information Missing>}}}{{#if:{{{toolheadnumber|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p>;Number of Connections | |||
;Accepted Toolheads | |||
<p style="margin-left: 1.6em;">{{{toolheads|<Information Missing>}}}{{#if:{{{toolheads|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p> | |||
<includeonly>[[Category:Missing_information]]</includeonly>}}</p><!-- | |||
--><includeonly>[[Category:Mechanical_Blocks]][[Category:Mechanical_Blocks/Power_Sinks]]</includeonly><noinclude> | |||
==Usage== | |||
The MechanicalTransmission template is meant to be used for mechanical blocks that transfer power within a mechanical system. Each transmission block has multiple connection points that are oriented Forward, Backward, Up, Down, Left or Right. | |||
<pre>{{MechanicalSink | |||
|multiplier=<CraftingSpeedMultiplier?> | |||
|friction=<Friction?> | |||
|toolheadnumber=<MaxNumberOfSubparts?> | |||
|toolheads=<toolheads?> | |||
}}</pre> | |||
*The code above can be pasted into your page and edited. | |||
*Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in. | |||
*Templates adds [[:Category:Mechanical_Blocks]] and [[:Category:Mechanical_Blocks/Power_Sinks]]. [[:Category:Missing_information]] is added conditionally. | |||
[[Category:Templates]]</noinclude> |
Revision as of 13:03, 22 December 2017
- Crafting Speed Multiplier
<Information Missing>
- Friction Amount
<Information Missing>
;Number of Connections
- Size of Toolhead Inventory
<Information Missing>
;Number of Connections
- Accepted Toolheads
<Information Missing>
}}
Usage
The MechanicalTransmission template is meant to be used for mechanical blocks that transfer power within a mechanical system. Each transmission block has multiple connection points that are oriented Forward, Backward, Up, Down, Left or Right.
{{MechanicalSink |multiplier=<CraftingSpeedMultiplier?> |friction=<Friction?> |toolheadnumber=<MaxNumberOfSubparts?> |toolheads=<toolheads?> }}
- The code above can be pasted into your page and edited.
- Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
- Templates adds Category:Mechanical_Blocks and Category:Mechanical_Blocks/Power_Sinks. Category:Missing_information is added conditionally.