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}}} | <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">
     <div class="item-slot-output">
       {{#if: {{{output|}}} | {{{output}}} | {{ItemSlot| item = Coal | tooltip = Fuel}}}}
       {{#if: {{{output|}}} | {{{output}}} | <div class="item-slot"></div>}}
     </div>
     </div>
   </div>
   </div>

Latest revision as of 19:59, 27 November 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.png
Fuel
Healing Machine.png
Healing Machine


Optional Parameters

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