Difference between revisions of "Template:BuildCost"
From A Wiki in the Desert
m |
m |
||
(60 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | {{#set: buildcost={{trim|{{{1}}}}} | + | {{#arraydefine:p|{{trim|{{{3|}}}}}|unique, sort=desc}} |
+ | {{#set: buildcost={{trim | {{{1}}} }} {{trim | {{{2}}} }}{{#ifexpr: {{#arraysize:p}} > 0| - }}{{#arrayprint:p}} }} | ||
+ | </includeonly><noinclude><templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
− | "label": " | + | "label": "Number", |
− | "description": " | + | "description": "The number of this item that is required", |
− | "example": " | + | "example": "1", |
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
}, | }, | ||
"2": { | "2": { | ||
− | "label": " | + | "label": "Item", |
− | "description": " | + | "description": "The base item that is required.", |
− | "example": " | + | "example": "Treated Board", |
− | |||
"required": true | "required": true | ||
+ | }, | ||
+ | "3": { | ||
+ | "label": "Properties", | ||
+ | "description": "The properties of the required item", | ||
+ | "example": "Black" | ||
} | } | ||
}, | }, | ||
− | "description": " | + | "description": "Defines a number of items as being a requirement of the object described by the page." |
− | }</templatedata></noinclude> | + | } |
+ | </templatedata></noinclude> |
Latest revision as of 12:48, 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 |