Template:InfoBox: Difference between revisions

From Foundry Wiki
No edit summary
No edit summary
Line 25: Line 25:
! scope="row" | Height:
! scope="row" | Height:
| style="text-align: right;" | {{{height}}}
| style="text-align: right;" | {{{height}}}
|-
! scope="row" | Slots:
| style="text-align: right;" | {{{slots}}}
|}
|}
<noinclude>
<noinclude>
Line 56: Line 59:
"example": "1.0 MW",
"example": "1.0 MW",
"type": "string"
"type": "string"
},
"slots": {
"description": "Number of loading/unloading slots the machine has",
"example": "3",
"type": "number"
}
}
},
},
Line 64: Line 72:
"height",
"height",
"powerType",
"powerType",
"powerUsage"
"powerUsage",
"slots"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 05:42, 30 November 2022

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

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 power the device consumes while running.

Example
1.0 MW
Stringoptional
slotsslots

Number of loading/unloading slots the machine has

Example
3
Numberoptional