Template:Multiblock Requirement: Difference between revisions
No edit summary |
No edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style= "float:left; | <div style= "float:left;width:85%;text-align:left;display:flex;align-content:center;"> | ||
<!-- Invoke the inventory slot --> | <!-- Invoke the inventory slot --> | ||
{{Slot|{{{material|}}},{{{amount|}}}}} | <div style="float:left">{{Slot|{{{material|}}},{{{amount|}}}}}</div><div style="padding-left:5%;vertical-align:super;display:flex;float:left;align-items:center"><b>{{#if:{{{resource_name|}}} | ||
|{{{resource_name|}}} | |||
|{{{material|}}} | |||
| | }}</b></div> | ||
</div> | </div> | ||
<div style= "float:right; | <div style= "float:right;width:15%;text-align:left;> | ||
{{{amount|}}} | {{{amount|}}} | ||
</div> | </div> | ||
| Line 25: | Line 24: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "resource_name": { | ||
"description": " | "description": "Alternate resource display name", | ||
"suggested": true, | "suggested": true, | ||
"type": "string" | "type": "string" | ||
Latest revision as of 17:37, 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 |
| resource_name | resource_name | Alternate resource display name | String | suggested |