Template:MechanicalSink: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h2>Mechanical [[:Category:Mechanical_Blocks/Power_Sinks|Sink]]</h2>
;Crafting Speed Multiplier
;Crafting Speed Multiplier
<p style="margin-left: 1.6em;">{{{multiplier|<Information Missing>}}}{{#if:{{{multiplier|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p>
<p style="margin-left: 1.6em;">{{{multiplier|<Information Missing>}}}{{#if:{{{multiplier|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p>
;Friction Amount
;Friction Amount
<p style="margin-left: 1.6em;">{{{friction|<Information Missing>}}}{{#if:{{{friction|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p>
<p style="margin-left: 1.6em;">{{{friction|<Information Missing>}}}{{#if:{{{friction|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p>
;Size of Toolhead Inventory
;Connection Direction(s)
<p style="margin-left: 1.6em;">{{{toolheadnumber|<Information Missing>}}}{{#if:{{{toolheadnumber|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p>
<p style="margin-left: 1.6em;">{{{connectiondirections|<Information Missing>}}}{{#if:{{{connectiondirections|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p><!--
;Accepted Toolheads
<p style="margin-left: 1.6em;">{{{toolheads|<Information Missing>}}}{{#if:{{{toolheads|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p><!--


--><includeonly>[[Category:Mechanical_Blocks]][[Category:Mechanical_Blocks/Power_Sinks]]</includeonly><noinclude>
--><includeonly>[[Category:Mechanical_Blocks]][[Category:Mechanical_Blocks/Power_Sinks]]</includeonly><noinclude>
==Usage==
==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.
The MechanicalSink template is meant to be used for mechanical blocks that consume power within a mechanical system. Each power sink block has a connection point that is oriented Forward, Backward, Up, Down, Left or Right.
<pre>{{MechanicalSink
<pre>{{MechanicalSink
|multiplier=<CraftingSpeedMultiplier?>
|multiplier=<CraftingSpeedMultiplier?>
|friction=<Friction?>
|friction=<Friction?>
|toolheadnumber=<MaxNumberOfSubparts?>
|connectiondirections=<listofdirection?>
|toolheads=<toolheads?>
}}</pre>
}}</pre>
*The code above can be pasted into your page and edited.
*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.
*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.
*Templates adds [[:Category:Mechanical_Blocks]] and [[:Category:Mechanical_Blocks/Power_Sinks]]. [[:Category:Missing_information]] is added conditionally.
{{:Template Ordering}}
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 12:37, 12 September 2018

Mechanical Sink

Crafting Speed Multiplier

<Information Missing>

Friction Amount

<Information Missing>

Connection Direction(s)

<Information Missing>

Usage

The MechanicalSink template is meant to be used for mechanical blocks that consume power within a mechanical system. Each power sink block has a connection point that is oriented Forward, Backward, Up, Down, Left or Right.

{{MechanicalSink
|multiplier=<CraftingSpeedMultiplier?>
|friction=<Friction?>
|connectiondirections=<listofdirection?>
}}

ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.