Template:InfoBox: Difference between revisions

From Foundry Wiki
No edit summary
(Added actual in-game abbreviations for LVE/HVE)
Line 8: Line 8:
  {{!}} style="text-align: right;" {{!}} {{#switch: {{{powerType}}}
  {{!}} style="text-align: right;" {{!}} {{#switch: {{{powerType}}}
       {{!}} HEV = High Voltage Energy (HEV)
       {{!}} HEV = High Voltage Energy (HEV)
      {{!}} HVE = High Voltage Energy (HVE)
       {{!}} LEV = Low Voltage Energy (LEV)
       {{!}} LEV = Low Voltage Energy (LEV)
      {{!}} LVE = Low Voltage Energy (LVE)
       {{!}} default = N/A
       {{!}} default = N/A
       }}
       }}
Line 19: Line 21:
{{!-}}
{{!-}}
{{#if:{{{width|}}} |
{{#if:{{{width|}}} |
! colspan="2" {{!}} Dimensions
! colspan="2" {{!}} Dimensions
{{!-}}
{{!-}}
{{!}} Width
{{!}} Width
{{!}} style="text-align: right;" {{!}} {{{width}}}
{{!}} style="text-align: right;" {{!}} {{{width}}}
{{#if:{{{length|}}} |
{{#if:{{{length|}}} |
{{!-}}
  {{!-}}
{{!}} Length
  {{!}} Length
{{!}} style="text-align: right;" {{!}} {{{length}}}
  {{!}} style="text-align: right;" {{!}} {{{length}}}
}}
}}
{{#if:{{{height}}} |
{{#if:{{{height}}} |
{{!-}}
  {{!-}}
{{!}} Height
  {{!}} Height
{{!}} style="text-align: right;" {{!}} {{{height}}}
  {{!}} style="text-align: right;" {{!}} {{{height}}}
}}
}}
}}
}}
{{#if:{{{slots|}}} |
{{#if:{{{slots|}}} |
<tr><th scope="col" colspan="2">Other</th></tr><tr><th scope="row">Slots:</th><td style="text-align: right;">{{{slots}}}</td></tr>
{{!-}}
{{!}} Slots:
{{!}} style="text-align: right;" {{!}} {{{slots}}}
}}
}}
{{!)}}
{{!)}}

Revision as of 21:01, 6 May 2024

{{{name}}}

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