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:Furnace"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{| class="infobox" style="float: right; border: 1px solid #aaa; margin: 0 0 0.5em 0.5em; border-spacing: 0; width: 17em"
+
<includeonly>{{infostart|{{{name}}}}}
|+ style="font-weight: bold" |{{{name}}}
+
{{infocell|{{key|b}}-{{key|e}}-{{key|{{{key}}}}}|style=text-align:center}}
|-
+
{{infocell|{{Building/picture|name={{{name}}}}}}}
| colspan="2" style="text-align: center" | {{key|b}}-{{key|e}}-{{key|{{{key}}}}}
+
{{#if:{{{job|}}}|{{infoheader|Job Requirement}}
|-
+
{{infocell|{{{job|}}}}}}}
| colspan="2" |
+
{{infoheader|Construction}}
{|
 
|-
 
| style="width: 50%" |
 
||{{#ifexist: template:Picture {{{name}}}|{{Picture {{{name}}}}}}}
 
||{{#ifexist: template:Floor Plan {{{name}}}|{{Floor Plan {{{name}}}}}}}
 
| style="width: 50%" |
 
|}
 
|-
 
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Job Requirement
 
|-
 
| colspan="2" style="padding: 0.25em" | {{{job}}}
 
|-
 
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Construction
 
 
|-
 
|-
 
! style="text-align: left; padding: 0.2em 0.25em 0; width: 50%; border-right: 1px solid #aaa" | Materials
 
! style="text-align: left; padding: 0.2em 0.25em 0; width: 50%; border-right: 1px solid #aaa" | Materials
Line 26: Line 13:
 
| style="padding: 0.1em 0.25em 0.25em; width: 50%; vertical-align: top" |
 
| style="padding: 0.1em 0.25em 0.25em; width: 50%; vertical-align: top" |
 
{{{construction_job}}}
 
{{{construction_job}}}
|-
+
{{infoheader|Materials Used}}
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Materials Used
+
{{infocell|{{{use}}}}}
|-
+
{{infoheader|Goods Created}}
| colspan="2" style="padding: 0.25em" |
+
{{infocell|{{{production}}}}}
{{{use}}}
+
{{infoend}}{{Category|Furnaces}}</includeonly><noinclude>
|-
 
! 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" |
 
{{{production}}}
 
|}
 
[[Category:Furnaces]]</includeonly><noinclude>
 
  
 
== Usage ==
 
== Usage ==
Line 44: Line 24:
  
 
<pre><nowiki>
 
<pre><nowiki>
{{Workshop|name=Smelter|key=s|job=[[Furnace operator]]
+
{{Furnace|name=Smelter|key=s|job=[[Furnace operator]]
 
|construction=
 
|construction=
 
1 of
 
1 of
Line 61: Line 41:
 
</nowiki></pre>
 
</nowiki></pre>
  
== Example ==
 
 
{| class="infobox" style="float: right; border: 1px solid #aaa; margin: 0 0 0.5em 0.5em; border-spacing: 0; width: 17em"
 
|+ style="font-weight: bold" |Smelter
 
|-
 
| colspan="2" style="text-align: center" | {{key|b}}-{{key|e}}-{{key|s}}
 
|-
 
| colspan="2" |
 
{|
 
|-
 
| style="width: 50%" |
 
|{{Floor Plan Smelter}}
 
| style="width: 50%" |
 
|}
 
|-
 
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Job Requirement
 
|-
 
| colspan="2" style="padding: 0.25em" | [[Furnace operator]]
 
|-
 
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Construction
 
|-
 
! style="text-align: left; padding: 0.2em 0.25em 0; width: 50%; border-right: 1px solid #aaa" | Materials
 
! style="text-align: left; padding: 0.2em 0.25em 0; width: 50%" | Jobs
 
|-
 
| style="padding: 0.1em 0.25em 0.25em; width: 50%; vertical-align: top; border-right: 1px solid #aaa" |
 
1 of
 
* [[Stone]]
 
* [[Wood]]
 
* [[Block]]
 
| style="padding: 0.1em 0.25em 0.25em; width: 50%; vertical-align: top" |
 
* [[Architecture]]
 
|-
 
! 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" |
 
* Metal [[Ore]]
 
* [[Coke]] or [[Charcoal]]
 
* Meltable metal item
 
|-
 
! 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" |
 
* Metal [[Bar]]s
 
|}
 
 
[[Category:Building templates]]
 
[[Category:Building templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 15:50, 28 June 2014


Usage[edit]

This automatically includes the page in Category:Furnaces.

{{Furnace|name=Smelter|key=s|job=[[Furnace operator]]
|construction=
1 of
* [[Stone]]
* [[Wood]]
* [[Block]]
|construction_job=
* [[Architecture]]
|use=
* Metal [[Ore]]
* [[Coke]] or [[Charcoal]]
* Meltable metal item
|production=
* Metal [[Bar]]s
}}