Template:SmeltingInterface: Difference between revisions
mNo edit summary |
No edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="interface smelting-interface"> | <div class="interface smelting-interface"> | ||
<div class="smelting-interface-input"> | <div class="smelting-interface-input"> | ||
{{#if: {{{input|}}} | {{{input}}} | <div class="item-slot"></div>}} | |||
{{#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"> | |||
{{#if: {{{output|}}} | {{{output}}} | <div class="item-slot"></div>}} | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | </includeonly><noinclude> | ||
{{documentation}} | |||
</noinclude> | |||
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.