Difference between revisions of "Template:Grid/Heating"

From TerraFirmaCraft Plus Wiki
Jump to: navigation, search
(WIP)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{ns:0| <!-- Hacky way to make sure vardefines make no impact on the final text -->
 +
{{#vardefine:firepit|{{#ifeq: {{{Firepit}}}|yes|{{GridImage|Firepit|Firepit}}}}}}
 +
{{#vardefine:pitkiln|{{#ifeq: {{{Pit_Kiln}}}|yes|{{GridImage|Pit Kiln|Pit Kiln}}}}}}
 +
{{#vardefine:forge|{{#ifeq: {{{Forge}}}|yes|{{GridImage|Forge|Forge}}}}}}
 +
{{#vardefine:crucible|{{#ifeq: {{{Crucible}}}|yes|{{GridImage|Crucible|Crucible}}}}}}
 +
}}
 
{| cellpadding="0" cellspacing="0" style="background: #C6C6C6; border: outset 2px #999; padding: 6px" class="grid-Crafting_Table"
 
{| cellpadding="0" cellspacing="0" style="background: #C6C6C6; border: outset 2px #999; padding: 6px" class="grid-Crafting_Table"
 
|-
 
|-
 
| width="44" |
 
| width="44" |
| width="200" |
+
| width="50" |
 +
| width="50" |
 +
| width="50" |
 +
| width="50" |
 +
| width="50" |
 
|-
 
|-
| width="44" align="center" | {{Grid|{{{A1|}}}|link={{{A1link|}}}|title={{{A1title|}}}}}
+
| width="44" align="center" | {{Grid|{{{Input|}}}|link={{{Inputlink|}}}|title={{{Inputtitle|}}}}}
| style="font-family: Minecraft; padding-left: 10px; font-weight: bold" | Can be heated in:
+
| colspan="5" width="250" style="font-family: Minecraft; padding-left: 10px; color: #000" | Can be heated in:
 
|-
 
|-
| width="50" align="center" style="border:none; padding:0" | [[File:Grid layout Small Arrow Down.png|16px]]
+
| width="25" align="center" style="border:none; padding:0" | [[File:Grid layout Small Arrow Down.png|16px]]
| width="50" align="center" style="border:none; padding:0" | [[File:Grid Pit Kiln.png]]
+
| colspan="1" align="left" style="border:none; padding-left: 10px" | {{#var:firepit}}
 +
| colspan="1" align="left" style="border:none; padding-left: 10px" | {{#var:pitkiln}}
 +
| colspan="1" align="left" style="border:none; padding-left: 10px" | {{#var:forge}}
 +
| colspan="1" align="left" style="border:none; padding-left: 10px" | {{#var:crucible}}
 +
| colspan="1" align="left" style="border:none; padding-left: 10px" |
 
|-
 
|-
| width="44" align="center" | {{Grid|{{{Output|}}}|link={{{Olink|}}}|title={{{Otitle|}}}}}
+
| width="44" align="center" | {{Grid|{{{Output|}}}|link={{{Outputlink|}}}|title={{{Outputtitle|}}}}}
| style="font-family: Minecraft; padding-left: 10px; font-weight: bold"| Temp: {{Temperature|{{{Temp}}}}}
+
| colspan="5" width="250" style="font-family: Minecraft; padding-left: 10px; color: #000"| Temp: {{Temperature|{{{Temp|Hot}}}|{{{Stars|0}}}}}
 
|-
 
|-
 
|}
 
|}
<noinclude>{{Pit Kiln/doc}}
+
<noinclude>{{/doc}}
  
[[Category:Image templates|C]]</noinclude>
+
[[Category:Image templates|H]]</noinclude>

Latest revision as of 05:50, 15 October 2019

Can be heated in:
Grid layout Small Arrow Down.png
Temp: Hot
Template documentation (for the above template, sometimes hidden or invisible)

This is a template for showing how items can be heated to produce another item, e.g. Seashells can be heated in a vessel in a firepit, pit kiln, or forge to produce Lime.

Usage

{{Grid/Heating
|Input=
|Output=
|Pit_Kiln=
|Firepit=
|Forge=
|Crucible=
|Temp=
|Stars=
}}

For example:

{{Grid/Heating
|Input=Sea Weed
|Output=Soda Ash
|Firepit=yes
|Pit_Kiln=yes
|Temp=Yellow
|Stars=2
}}

produces


Sea Weed Can be heated in:
Grid layout Small Arrow Down.png Grid Firepit.png Grid Pit Kiln.png
Soda Ash Temp: Yellow⋆⋆

Visit Template:Grid/Heating/doc to edit this text! (How does this work?)