Template:InfoBox: Difference between revisions

From Foundry Wiki
No edit summary
No edit summary
Line 47: Line 47:
"type": "number"
"type": "number"
},
},
"power": {
"powerType": {
"description": "Either LVE or HVE (Low Voltage Energy or High Voltage Energy, respectively)",
"description": "Either LVE or HVE (Low Voltage Energy or High Voltage Energy, respectively)",
"type": "string",
"example": "HVE",
"example": "HVE"
"type": "string"
},
"powerUsage": {
"description": "The maximum power the device consumes while running.",
"example": "1.0 MW",
"type": "string"
}
}
}
},
"paramOrder": [
"name",
"width",
"length",
"height",
"powerType",
"powerUsage"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 05:38, 30 November 2022

{{{name}}}
Power
Type:
Usage: {{{ powerUsage }}}
Dimensions
Width: {{{width}}}
Length: {{{length}}}
Height: {{{height}}}

No description.

Template parameters

ParameterDescriptionTypeStatus
namename

no description

Example
Rail Mining Depot
Stringrequired
widthwidth

no description

Example
1
Numberoptional
lengthlength

no description

Example
2
Numberoptional
heightheight

no description

Example
3
Numberoptional
powerTypepowerType

Either LVE or HVE (Low Voltage Energy or High Voltage Energy, respectively)

Example
HVE
Stringoptional
powerUsagepowerUsage

The maximum power the device consumes while running.

Example
1.0 MW
Stringoptional