Template:SmeltingInterface: Difference between revisions
No edit summary |
No edit summary |
||
| 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}}} | | {{#if: {{{fuel|}}} | {{{fuel}}} | {{ItemSlot| item = Coal | tooltip = Fuel}}}} | ||
</div> | </div> | ||
<div class="smelting-interface-result"> | <div class="smelting-interface-result"> | ||
<div class="item-slot-output"> | <div class="item-slot-output"> | ||
{{#if: {{{output|}}} | {{{output}}} | | {{#if: {{{output|}}} | {{{output}}} | <div class="item-slot"></div>}} | ||
</div> | </div> | ||
</div> | </div> | ||
Latest revision as of 19:59, 27 November 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:
Optional Parameters
| fuel = {{ItemSlot}}
[view | edit | history | purge]The above documentation is transcluded from Template:SmeltingInterface/doc.