Template:InputInterface: Difference between revisions
mNo edit summary |
No edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="interface input-interface"> | <div class="interface input-interface"> | ||
{{#if: {{{input|}}} | {{{input}}} | <div class="item-slot"></div>}} | |||
<div class="item-slot-output"> | |||
{{#if: {{{output|}}} | {{{output}}} | <div class="item-slot"></div>}} | |||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | </includeonly><noinclude> | ||
{{documentation}} | |||
</noinclude> | |||
Latest revision as of 16:31, 27 November 2025
This template represents a generic input/output interface.
Notes
Each item can be displayed using the Template:ItemSlot.
Usage
{{InputInterface
| input = {{ItemSlot}}
| output = {{ItemSlot}}
}}
produces:
</noinclude>
[view | edit | history | purge]The above documentation is transcluded from Template:InputInterface/doc.