Difference between revisions of "Template:BuildCost"
From A Wiki in the Desert
m |
m |
||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>{{#set: buildcost={{trim|{{{1}}}}} {{{2}}}}}</includeonly> |
− | {{#set: | ||
− | </includeonly> | ||
<noinclude><templatedata> | <noinclude><templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
− | "label": " | + | "label": "Volume", |
− | "description": " | + | "description": "Name of the technology", |
− | "example": " | + | "example": "Knapping", |
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
Line 14: | Line 12: | ||
"2": { | "2": { | ||
"label": "Item", | "label": "Item", | ||
− | "description": " | + | "description": "Level of the required technology", |
− | "example": " | + | "example": "1", |
+ | "type": "string", | ||
"required": true | "required": true | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}, | }, | ||
− | "description": " | + | "description": "Adds a requirement on a specific technology at a certain level." |
− | } | + | }</templatedata></noinclude> |
− | </templatedata></noinclude> |
Revision as of 21:53, 2 June 2023
Adds a requirement on a specific technology at a certain level.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Volume | 1 | Name of the technology
| Number | required |
Item | 2 | Level of the required technology
| String | required |