Template:Grid/Heating: Difference between revisions

From TerraFirmaCraft Plus Wiki
Jump to navigation Jump to search
WIP
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| cellpadding="0" cellspacing="0" style="background: #C6C6C6; border: outset 2px #999; padding: 6px;" class="grid-Crafting_Table"
{{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"
|-
|-
 
| width="44" |
| 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|}}}}}
| rowspan=6 class="mc-text" | Meow  test test
| colspan="5" width="250" style="font-family: Minecraft; padding-left: 10px; color: #000" | Can be heated in:
|-
|-
| rowspan=1 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]]
| 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|{{{A1|}}}|link={{{A1link|}}}|title={{{A1title|}}}}}
| width="44" align="center" | {{Grid|{{{Output|}}}|link={{{Outputlink|}}}|title={{{Outputtitle|}}}}}
| 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:
Temp: Hot

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:
Soda Ash Temp: Yellow⋆⋆