Difference between revisions of "Template:BuildCost"
From A Wiki in the Desert
m |
m |
||
Line 1: | Line 1: | ||
− | <includeonly>[[buildcost::{{trim|{{{1}}}}} | + | <includeonly>[[buildcost::{{trim|{{{2}}}}}|{{trim|{{{1}}}}} {{trim|{{{2}}}}} (Technology)]]</includeonly><noinclude><templatedata> |
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
− | "label": " | + | "label": "Technology", |
"description": "Name of the technology", | "description": "Name of the technology", | ||
"example": "Knapping", | "example": "Knapping", | ||
Line 10: | Line 10: | ||
}, | }, | ||
"2": { | "2": { | ||
− | "label": " | + | "label": "Level", |
"description": "Level of the required technology", | "description": "Level of the required technology", | ||
"example": "1", | "example": "1", |
Revision as of 19:35, 2 June 2023
Adds a requirement on a specific technology at a certain level.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Technology | 1 | Name of the technology
| String | required |
Level | 2 | Level of the required technology
| Number | required |