Template:SmeltingInterface: Difference between revisions
m (Added Hyperlinks) |
Faintfulness (talk | contribs) (Added any fuels) |
||
| 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 | link = minecraftwiki: | {{#if: {{{fuel|}}} | {{{fuel}}} | {{ItemSlot| item = Coal; Coal Block; Charcoal; Blaze Rod; Lava Bucket; Oak Log; Oak Plank | tooltip = Any Fuel | link = minecraftwiki:Fuel}}}} | ||
</div> | </div> | ||
<div class="smelting-interface-result"> | <div class="smelting-interface-result"> | ||
Revision as of 16:11, 18 December 2025
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:
Any Fuel
Optional Parameters
| fuel = {{ItemSlot}}
[view | edit | history | purge]The above documentation is transcluded from Template:SmeltingInterface/doc.