Template:SmeltingInterface: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
   <div class="smelting-interface-input">
   <div class="smelting-interface-input">
     {{#if: {{{input|}}} | {{{input}}} | <div class="item-slot"></div>}}
     {{#if: {{{input|}}} | {{{input}}} | <div class="item-slot"></div>}}
     {{#if: {{{fuel|}}} | {{{fuel}}} | {{ItemSlot| item = Coal | tooltip = Fuel}}}}
     {{#if: {{{fuel|}}} | {{{fuel}}} | {{ItemSlot| item = Coal; Coal Block; Charcoal; Blaze Rod; Lava Bucket; Oak Log; Oak Planks | tooltip = Any Fuel | link = minecraftwiki:Fuel}}}}
   </div>
   </div>
   <div class="smelting-interface-result">
   <div class="smelting-interface-result">

Latest revision as of 16:24, 18 December 2025

[view | edit | history | purge]Documentation

This template represents the Furnace interface.

Notes

Each item can be displayed using the Template:ItemSlot.

{{SmeltingInterface
| input = {{ItemSlot}}
| output = {{ItemSlot}}
}}

Usage

{{SmeltingInterface
| input = {{ItemSlot| item = Link Cable}}
| output = {{ItemSlot| item = Healing Machine}}
}}

produces:

Link Cable.png
Link Cable
Coal.pngCoal Block.pngCharcoal.pngBlaze Rod.pngLava Bucket.pngOak Log.pngOak Planks.png
Any Fuel
Healing Machine.png
Healing Machine


Optional Parameters

| fuel = {{ItemSlot}}
[view | edit | history | purge]The above documentation is transcluded from Template:SmeltingInterface/doc.