A Wiki in the Desert
Log in

Difference between revisions of "Template:BuildCost"

From A Wiki in the Desert
m
m
Line 1: Line 1:
<includeonly>{{#set: buildcost={{trim|{{{1}}}}} [[{{{2}}}]]}}</includeonly>
+
<includeonly>
 +
{{#set: Has number={{trim|{{{1}}}}}}}{{#set: Has item={{trim|{{{2}}}}}}}{{#set: Has properties={{trim|{{{3}}}}}}} {{trim|{{{1}}}}} x {{trim|{{{2}}}}} x {{trim|{{{3}}}}}
 +
</includeonly>
 
<noinclude><templatedata>
 
<noinclude><templatedata>
 
{
 
{
 
"params": {
 
"params": {
 
"1": {
 
"1": {
"label": "Volume",
+
"label": "Number",
"description": "Name of the technology",
+
"description": "The number of this item that is required",
"example": "Knapping",
+
"example": "1",
 
"type": "number",
 
"type": "number",
 
"required": true
 
"required": true
Line 12: Line 14:
 
"2": {
 
"2": {
 
"label": "Item",
 
"label": "Item",
"description": "Level of the required technology",
+
"description": "The base item that is required.",
"example": "1",
+
"example": "Treated Board",
"type": "string",
 
 
"required": true
 
"required": true
 +
},
 +
"3": {
 +
"label": "Properties",
 +
"description": "The properties of the required item",
 +
"example": "Black"
 
}
 
}
 
},
 
},
"description": "Adds a requirement on a specific technology at a certain level."
+
"description": "Defines a number of items as being a requirement of the object described by the page."
}</templatedata></noinclude>
+
}
 +
</templatedata></noinclude>

Revision as of 21:49, 2 June 2023

Defines a number of items as being a requirement of the object described by the page.

Template parameters

ParameterDescriptionTypeStatus
Number1

The number of this item that is required

Example
1
Numberrequired
Item2

The base item that is required.

Example
Treated Board
Unknownrequired
Properties3

The properties of the required item

Example
Black
Unknownoptional