Template:SmithingInterface

Revision as of 01:18, 16 December 2025 by Cobblemon (talk | contribs) (Created page with "<includeonly> <div class="interface smithing-interface"> {{#if: {{{input1|}}} | {{{input1}}} | <div class="item-slot"></div>}} {{#if: {{{input2|}}} | {{{input2}}} | <div class="item-slot"></div>}} {{#if: {{{input3|}}} | {{{input3}}} | <div class="item-slot"></div>}} {{#if: {{{output|}}} | {{{output}}} | <div class="item-slot"></div>}} </div> </includeonly><noinclude> {{documentation}} </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
[view | edit | history | purge]Documentation

This template represents a Smithing Table interface.

Notes

Each item can be displayed using the Template:ItemSlot.

Usage

{{SmithingInterface
| input1 = {{ItemSlot}}
| input2 = {{ItemSlot}}
| input3 = {{ItemSlot}}
| output = {{ItemSlot}}
}}

produces:

Copper Ingot.png
Copper Ingot
Iron Ingot.png
Iron Ingot
Gold Ingot.png
Gold Ingot
Netherite Ingot.png
Netherite Ingot

</noinclude>

[view | edit | history | purge]The above documentation is transcluded from Template:SmithingInterface/doc.