Difference between revisions of "Template:BuildCost"
From A Wiki in the Desert
m |
m |
||
Line 1: | Line 1: | ||
− | <includeonly>{{#vardefine:count|{{trim | {{{1}}} }}}}{{#vardefine:base|{{trim | {{{2}}} }}}}{{#arraydefine:p|{{trim|{{{3|}}}}}|unique, sort=desc}}{{#subobject:|count={ | + | <includeonly>{{#vardefine:count|{{trim | {{{1}}} }}}}{{#vardefine:base|{{trim | {{{2}}} }}}}{{#arraydefine:p|{{trim|{{{3|}}}}}|unique, sort=desc}}{{#subobject:buildcost|Has count={{{1}}}|Has item={{{2}}}|{{#ifexpr: {{#arraysize:p}} > 0| - }}{{#arrayprint:p}} }} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
</includeonly><noinclude><templatedata> | </includeonly><noinclude><templatedata> | ||
{ | { | ||
Line 26: | Line 20: | ||
"description": "The properties of the required item", | "description": "The properties of the required item", | ||
"example": "Black" | "example": "Black" | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}, | }, |
Revision as of 11:35, 3 June 2023
Defines a number of items as being a requirement of the object described by the page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Number | 1 | The number of this item that is required
| Number | required |
Item | 2 | The base item that is required.
| Unknown | required |
Properties | 3 | The properties of the required item
| Unknown | optional |