Template:BrewingInterface: Difference between revisions
mNo edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="interface brewing-interface"> | <div class="interface brewing-interface"> | ||
<div class="brewing-interface-input"> | <div class="brewing-interface-input"> | ||
<div class="input-row"> | <div class="input-row"> | ||
{{#if: {{{base|}}} | {{{base}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{base|}}} | {{{base}}} | <div class="item-slot"></div>}} | |||
</div> | </div> | ||
<div class="input-column"> | <div class="input-column"> | ||
{{#if: {{{input|}}} | {{{input}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{base|}}} | {{{base}}} | <div class="item-slot"></div>}} | |||
</div> | </div> | ||
</div> | </div> | ||
<div class="brewing-interface-result"> | <div class="brewing-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 16:27, 27 November 2025
This template represents the Brewing Stand interface.
Notes
Each item can be displayed using the Template:ItemSlot.
Example Usage
{{BrewingInterface
| input = {{ItemSlot}}
| base = {{ItemSlot}}
| output = {{ItemSlot}}
}}
Example Result
</noinclude>
[view | edit | history | purge]The above documentation is transcluded from Template:BrewingInterface/doc.