v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:Machine component"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
m
Line 31: Line 31:
 
|-
 
|-
 
| colspan="2" style="padding: 0.25em" |
 
| colspan="2" style="padding: 0.25em" |
* Power Generated: {{{power_gen}}}
+
* Power Generated: {{{power_gen|0}}}
* Power Needed: {{{power_need}}}
+
* Power Needed: {{{power_need|0}}}
 
|-
 
|-
 
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Materials Used
 
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Materials Used
 
|-
 
|-
 
| colspan="2" style="padding: 0.25em" |
 
| colspan="2" style="padding: 0.25em" |
{{{use}}}
+
{{{use|}}}
 
|-
 
|-
 
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Goods Created
 
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Goods Created
 
|-
 
|-
 
| colspan="2" style="padding: 0.25em" |
 
| colspan="2" style="padding: 0.25em" |
{{{production}}}
+
{{{production|}}}
 
|}
 
|}
 
<noinclude>
 
<noinclude>
Line 70: Line 70:
 
== Example ==
 
== Example ==
  
{{Mechanism|name=Screw Pump|key=s|job=BAB
+
{{Mechanism|name=Screw Pump|key=s|
 
|construction=
 
|construction=
 
1 of
 
1 of

Revision as of 17:06, 17 January 2008

{{{name}}}
DAN
b-M-{{{key}}}
{{Floor Plan {{{name}}}}}
Job Requirement
Construction
Materials Jobs

{{{construction}}}

{{{construction_job}}}

Power
  • Power Generated: 0
  • Power Needed: 0
Materials Used
Goods Created


Usage

{{Mechanism|name=Screw Pump|key=s|job=[[Carpentry]]
|construction=
1 of
* [[Block]]
* [[Stone]]
* [[Wood]]
|construction_job=
* [[Architecture]]
* 1 of
** [[Carpentry]]
** [[Masonry]]
|power_gen=0
|power_need=10
|use=
* [[Wood]]
|production=
* [[Weapon rack]]
}}

Example

Template:Mechanism