Template:Multiblock Requirement: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style= "float:left;padding-right:5%;"> | <div style= "float:left;padding-right:5%;"> | ||
<!-- Invoke the inventory slot --> | <!-- Invoke the inventory slot --> | ||
<div style="float:left;">{{Slot|{{{material|}}} | <div style="float:left;">{{Slot|{{{material|}}},{{{amount|}}}}}</div>{{#if:{{{link|}}} | ||
|<div style="padding-left:2.5%;vertical-align:super;display:inline;">[[{{{link|}}}]]</div> | |<div style="padding-left:2.5%;vertical-align:super;display:inline;">[[{{{link|}}}]]</div> | ||
|<div style="padding-left:2.5%;vertical-align:super;display:inline;">{{{material|}}}</div> | |<div style="padding-left:2.5%;vertical-align:super;display:inline;">{{{material|}}}</div> | ||
Revision as of 16:46, 12 September 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| material | material | The material that is shown, will be passed into invslot. | String | required |
| amount | amount | The amount of material needed | String | required |
| link | link | Page Link | String | suggested |