Template:Crafting/Furnace: Difference between revisions

From BTA-Mirror
imported>Ttv pedro270707
m (Fixed size of blast furnace icon)
imported>Ttv pedro270707
mNo edit summary
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=|26px]]</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; pointer-events: none; user-select: none;">[[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]]

Revision as of 00:55, 16 March 2023

[view | edit | history | purge]Documentation

This subtemplate allows you to create a furnace crafting UI.

Arguments

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

{{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

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