Difference between revisions of "Template:BuildCost"
From A Wiki in the Desert
m |
m |
||
| Line 1: | Line 1: | ||
| − | <includeonly> | + | <includeonly>{{trim | {{{1}}} }}}}{{#vardefine:base|{{trim | {{{2}}} }}}}{{#arraydefine:p|{{trim|{{{3|}}}}}|unique, sort=desc}} |
| + | |||
| + | {{#subobject:|Has buildcost item=[[{{#var:base}}|{{#var:count}} {{#var:base}}{{#ifexpr: {{#arraysize:p}} > 0| - }}{{#arrayprint:p}}]]|+sep=}} | ||
| + | |||
| + | {{#ifeq:{{{buildcost|}}}|true|asasasas |qwqwqwq}} | ||
| + | |||
| + | {{#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 19: | Line 28: | ||
"description": "The properties of the required item", | "description": "The properties of the required item", | ||
"example": "Black" | "example": "Black" | ||
| + | }, | ||
| + | "buildcost": { | ||
| + | "label": "Buidlcost", | ||
| + | "description": "If the requirement is the cost of building the original building (Used to auto populate the buildings page)", | ||
| + | "example": "false", | ||
| + | "type": "boolean", | ||
| + | "default": "false", | ||
| + | "suggested": false | ||
}, | }, | ||
"verified": { | "verified": { | ||
Revision as of 17:46, 6 January 2026
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 |
| Buidlcost | buildcost | If the requirement is the cost of building the original building (Used to auto populate the buildings page)
| Boolean | optional |
| Verified | verified | If the requirement has been verified or not
| Boolean | suggested |