Template:Crafting/Furnace: Difference between revisions

imported>SunSeeker02
No edit summary
imported>Ttv pedro270707
mNo edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><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={{{fuel|}}}}}</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; pointer-events: none; user-select: none;">[[File:Blast Furnace Flames.png|link=|24px]]</div> }} | }}</div></includeonly><noinclude>
<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}}
{{Documentation}}
<!-- Put categories on the documentation page -->
<!-- Put categories on the documentation page -->
</noinclude>
</noinclude>
[[Category:Pages using DynamicPageList3 dplvar parser function]]

Latest revision as of 02:44, 30 March 2023

[view | edit | history | purge]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

[view | edit | history | purge]The above documentation is transcluded from Template:Crafting/Furnace/doc.