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 |
||
Line 1: | Line 1: | ||
[[Category:Templates]] | ;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;">{{{connectionsdirections|<Information Missing>}}}{{#if:{{{connectionsdirections|}}}|<!--TRUE-->|<!--FALSE--><includeonly>[[Category:Missing_information]]</includeonly>}}</p><!-- | |||
--><includeonly>[[Category:Mechanical_Blocks]]</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?> | |||
|connectionsdirections=<listofdirections?> | |||
}}</pre> | |||
*The code above can be pasted into your page and edited. | |||
*Any of the attributes can be left out entirely and they will use their default value. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in. | |||
*Templates adds [[:Category:Mechanical_Blocks]]. [[:Category:Missing_information]] is added conditionally. | |||
[[Category:Templates]]</noinclude> |
Revision as of 12:43, 22 December 2017
- 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?> |connectionsdirections=<listofdirections?> }}
- The code above can be pasted into your page and edited.
- Any of the attributes can be left out entirely and they will use their default value. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
- Templates adds Category:Mechanical_Blocks. Category:Missing_information is added conditionally.