Template:Crafting/Furnace: Difference between revisions
imported>JejChainstar (Created page with "<div style="float:{{#if:{{{float|}}}|{{{float}}}|left}};"><div style="left:0px; top:0px; width:192px; height:140px; position:relative;"> <div style="left:0px; top:0px; width:192px; height:140px;">192px|link=|alt=</div> {{#if:{{{Input|}}}|<div style="left:17px; top:17px; width:32px; height:32px; position:absolute;"> {{{Input}}} </div>}} {{#if:{{{Fuel|}}}|<div style="left:17px; top:88px; width:32px; height:32px; position:absolute;"> {{{Fu...") |
imported>Ttv pedro270707 mNo edit summary |
||
(40 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly>{{#vardefine:fuels|[Planks]Wooden Planks;Block of Coal;Coal;Charcoal;Nether Coal;Olivine;[Log]Oak Log}}<!-- | ||
--><div class="crafting-table-ui pixelated"><div style="display: inline-grid; grid-template-rows: repeat(1, 3fr); grid-template-rows: repeat(3, 1fr);">{{Inventory slot|item={{{input|}}}}}<span style="pointer-events: none; user-select: none;">[[File:Furnace fire.png|link=]]</span>{{Inventory slot|item={{#if: {{{fuel|}}} | {{{fuel|}}} | {{#if: {{{blast furnace|}}} | {{#ifeq: {{{blast furnace|}}} | n | {{#var:fuels}} | Any Blast Furnace Fuel}} | {{#var:fuels}} }} }} }}</div><span style="margin-left: 6px; margin-right: 6px; pointer-events: none; user-select: none;">[[File:Result arrow.png|link=]]</span>{{Inventory slot|item={{{RESULT|}}}|width=44|height=44}}{{#if: {{{blast furnace|}}} | {{#ifeq: {{{blast furnace|}}} | n | | <div style="position: absolute; bottom: 4px; right: 4px; cursor: help; user-select: none;" title="This recipe can only be made in a blast furnace.">[[File:Blast Furnace Flames.png|link=|26px]]</div> }} | }}</div></includeonly><noinclude> | |||
{{Documentation}} | |||
<!-- Put categories on the documentation page --> | |||
</div></ | |||
</noinclude> | </noinclude> |
Latest revision as of 02:44, 30 March 2023
[view | | | ]Documentation
This subtemplate allows you to create a furnace crafting UI.
Arguments Edit
Argument | Note |
---|---|
input |
Top left slot. The input item to be cooked. |
fuel |
Bottom left slot. The fuel used. |
blast furnace |
Signifies if the recipe is exclusive to the blast furnace. |
RESULT |
The recipe's result. |
Usage Edit
{{Crafting/Furnace|input=Iron Ingot|fuel=Nether Coal|RESULT=Crude Steel|blast furnace=y}}
gives:
{{Crafting/Furnace|input=Iron Ingot|RESULT=Crude Steel|blast furnace=y}}
gives:
{{Crafting/Furnace|input=Any Log|RESULT=Charcoal}}
gives:
See also Edit
{{Crafting}}
{{Crafting/Inventory}}
[view | | | ]The above documentation is transcluded from Template:Crafting/Furnace/doc.