Difference between revisions of "Template:BuildCost"
From A Wiki in the Desert
m |
m |
||
| Line 1: | Line 1: | ||
| − | <includeonly> | + | <includeonly>{{#vardefine:count|{{trim | {{{1}}} }}}}{{#vardefine:base|{{trim | {{{2}}} }}}}{{#arraydefine:p|{{trim|{{{3|}}}}}|unique, sort=desc}} |
| − | {{#vardefine:count|{{trim|{{{1}}}}}}}{{#vardefine:base|{{trim|{{{2}}}}}}}{{#arraydefine:p|{{ | ||
{{#subobject: | {{#subobject: | ||
|Has building=Aaa Test Rhaom | |Has building=Aaa Test Rhaom | ||
|count={{#var:count}} | |count={{#var:count}} | ||
|item={{#var:base}} | |item={{#var:base}} | ||
| − | |||
|verified={{{verified|false}}} | |verified={{{verified|false}}} | ||
| + | |property={{#arrayprint:p|,}} | ||
|+sep= | |+sep= | ||
}} | }} | ||
| − | {{#ifeq:{{{verified|}}}|true |{{#var:count}} [[{{#var:base}}]]{{#ifexpr: {{#arraysize:p}} > 0| - }}{{#arrayprint:p | + | {{#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> |
| − | </includeonly> | ||
| − | |||
| − | <noinclude> | ||
| − | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
| Line 31: | Line 26: | ||
"3": { | "3": { | ||
"label": "Properties", | "label": "Properties", | ||
| − | "description": " | + | "description": "The properties of the required item", |
| − | "example": "Black | + | "example": "Black" |
}, | }, | ||
"verified": { | "verified": { | ||
| Line 43: | Line 38: | ||
} | } | ||
}, | }, | ||
| − | "description": "Defines a number of items as being a build cost of the object described by the page | + | "description": "Defines a number of items as being a build cost of the object described by the page." |
} | } | ||
| − | </templatedata> | + | </templatedata></noinclude> |
| − | </noinclude> | ||
Revision as of 15:38, 30 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 |