Template:MechanicalTransmission: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) (Created page with "Category:Templates") |
CptTwinkie (talk | contribs) mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Templates]] | <h2>Mechanical [[:Category:Mechanical_Blocks/Transmissions|Transmission]]</h2> | ||
;Number of Connections | |||
<p style="margin-left: 1.6em;">{{{connectionsnumber|<Information Missing>}}}{{#if:{{{connectionsnumber|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p> | |||
;Connection Directions | |||
<p style="margin-left: 1.6em;">{{{connectiondirections|<Information Missing>}}}{{#if:{{{connectiondirections|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p><!-- | |||
--><includeonly>[[Category:Mechanical_Blocks]][[Category:Mechanical_Blocks/Transmissions]]</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>{{MechanicalTransmission | |||
|connectionsnumber=<number?> | |||
|connectiondirections=<listofdirections?> | |||
}}</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/Transmissions]]. [[:Category:Missing_information]] is added conditionally. | |||
{{:Template Ordering}} | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 12:38, 12 September 2018
Mechanical Transmission
- Number of Connections
<Information Missing>
- Connection Directions
<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.
{{MechanicalTransmission |connectionsnumber=<number?> |connectiondirections=<listofdirections?> }}
- 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/Transmissions. Category:Missing_information is added conditionally.
ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.