Difference between revisions of "Template:BuildCost"
From A Wiki in the Desert
m |
m |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly>{{#vardefine:count|{{trim | {{{1}}} }}}}{{#vardefine:base|{{trim | {{{2}}} }}}}{{#arraydefine:p|{{trim|{{{3|}}}}}|unique, sort=desc}}{{#subobject:|count={{#var:count}} | | + | <includeonly>{{#vardefine:count|{{trim | {{{1}}} }}}}cost::{{#vardefine:base|{{trim | {{{2}}} }}}}{{#arraydefine:p|{{trim|{{{3|}}}}}|unique, sort=desc}}{{#subobject:|count={{#var:count}} |cost={{#var:base}} |verified={{{verified|false}}} |cost_property={{#arrayprint:p}}|+sep=}}{{#ifeq:{{{verified|}}}|true|{{#var:count}} [[{{#var:base}}]]{{#ifexpr: {{#arraysize:p}} > 0| - }}{{#arrayprint:p}} <v/>|{{#var:count}} [[{{#var:base}}]]{{#ifexpr: {{#arraysize:p}} > 0| - }}{{#arrayprint:p}} <uv/>}}</includeonly><noinclude><templatedata> |
{ | { | ||
"params": { | "params": { | ||
| Line 29: | Line 29: | ||
} | } | ||
}, | }, | ||
| − | "description": "Defines a number of items as being a | + | "description": "Defines a number of items as being a build cost of the object described by the page." |
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Latest revision as of 19:13, 15 December 2025
Defines a number of items as being a build cost 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 |
| Verified | verified | If the requirement has been verified or not
| Boolean | suggested |