Toggle menu
1
178
1
470
The Elevator Archive
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox elevator: Difference between revisions

Template page
Created page with "<infobox theme="elevator"> <title source="name"><default>{{PAGENAME}}</default></title> <header class="status-header status-{{#if:{{{status|}}}|{{lower:{{{status}}}}}|unknown}}"> {{#switch: {{upper:{{{status|}}}}} | ORIGINAL = 🟢 Original System | MODERNIZED = 🔵 Modernized | REPLACED = 🔴 Replaced / Scrapped | #default = Unknown Status }} </header> <image source="image"> <cap..."
 
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<infobox theme="elevator">
<noinclude>
    <title source="name"><default>{{PAGENAME}}</default></title>
<templatedata>
{
"params": {
"name": { "label": "Name", "type": "string", "suggested": true },
"image": { "label": "Image", "type": "wiki-file-name", "suggested": true },
"caption": { "label": "Caption", "type": "string", "suggested": true },
"manufacturer": { "label": "Manufacturer", "type": "string", "suggested": true },
"model": { "label": "Model / Series", "type": "string", "suggested": true },
"drive_type": { "label": "Drive Type", "type": "string", "suggested": true },
"controller": { "label": "Controller / Fixtures", "type": "string", "suggested": true },
"capacity": { "label": "Capacity", "type": "string", "suggested": true },
"speed": { "label": "Speed", "type": "string", "suggested": true },
"floors": { "label": "Floors Served", "type": "string", "suggested": true },
"installation_year": { "label": "Installation Year", "type": "string", "suggested": true },
"modernization_year": { "label": "Modernization Year", "type": "string", "suggested": true },
"modernized_by": { "label": "Modernized By", "type": "string", "suggested": true },
"location": { "label": "Location", "type": "string", "suggested": true },
"notes": { "label": "Notes", "type": "string", "suggested": true }
},
"description": "Infobox for documenting elevator systems.",
"format": "block"
}
</templatedata>
</noinclude><includeonly>{{Infobox
| child      = {{#ifeq:{{{embed|}}}|yes|yes}}
| bodystyle  = float: right; clear: right; margin: 0 0 1em 1em; border: 1px solid #a2a9b1; padding: 0.2em; background: #f8f9fa; width: 22em; font-size: 88%;
| autoheaders = yes
| aboveclass  = fn org
| above      = {{if empty|{{{name|}}}|Elevator}}
 
| image1      = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=250px|upright=1.1|alt={{{caption|}}}}}
| caption1    = {{{caption|}}}
 
| header2    = Technical Specifications


    <header class="status-header status-{{#if:{{{status|}}}|{{lower:{{{status}}}}}|unknown}}">
| label3      = Manufacturer
        {{#switch: {{upper:{{{status|}}}}}
| data3      = {{{manufacturer|}}}
            | ORIGINAL = 🟢 Original System
            | MODERNIZED = 🔵 Modernized
            | REPLACED = 🔴 Replaced / Scrapped
            | #default = Unknown Status
        }}
    </header>


    <image source="image">
| label4      = Model / Series
        <caption source="caption"/>
|  data4      = {{{model|}}}
    </image>


    <group>
| label5      = Drive Type
        <header>Technical Specifications</header>
|  data5      = {{{drive_type|}}}
        <data source="manufacturer">
            <label>Manufacturer</label>
        </data>
        <data source="model">
            <label>Model / Series</label>
        </data>
        <data source="drive_type">
            <label>Drive Type</label>
        </data>
        <data source="controller">
            <label>Controller / Fixtures</label>
        </data>
        <data source="capacity">
            <label>Capacity</label>
        </data>
        <data source="speed">
            <label>Speed</label>
        </data>
        <data source="floors">
            <label>Floors Served</label>
        </data>
    </group>


    <group>
| label6      = Controller / Fixtures
        <header>History & Location</header>
|  data6      = {{{controller|}}}
        <data source="installation_year">
            <label>Installed</label>
        </data>
        <data source="modernization_year">
            <label>Modernized</label>
            <format>{{{modernization_year}}} {{#if:{{{modernized_by|}}}| (by {{{modernized_by}}}) }}</format>
        </data>
        <data source="location">
            <label>Location</label>
        </data>
    </group>


     <group collapse="open">
| header7     = Performance
        <header>Notes</header>
 
        <data source="notes">
| label8      = Capacity
            <format>''{{{notes}}}''</format>
|  data8      = {{{capacity|}}}
        </data>
 
    </group>
| label9      = Speed
</infobox>
|  data9      = {{{speed|}}}
<noinclude>
 
== Usage ==
| label10    = Floors Served
<pre>
| data10    = {{{floors|}}}
{{Infobox_elevator
 
| name              =  
| header11    = History
| status            = | image              =
 
| caption            =  
| label12    = Installation Year
| manufacturer      =  
| data12    = {{{installation_year|}}}
| model              =  
 
| drive_type        =  
| label13    = Modernization Year
| controller        =  
| data13    = {{{modernization_year|}}}
| capacity          =  
 
| speed              =  
| label14    = Modernized By
| floors            =  
| data14    = {{{modernized_by|}}}
| installation_year =  
 
| modernization_year =  
| label15    = Location
| modernized_by      =  
|  data15    = {{{location|}}}
| location          =
 
| notes              =  
| rowclass16  = note
}}
| data16    = {{{notes|}}}
</pre>
}}{{#invoke:Check for unknown parameters|check
[[Category:Infobox templates]]
| unknown    = [[Category:Pages using infobox elevator with unknown parameters|_VALUE_{{PAGENAME}}]]
</noinclude>
| preview    = Page using [[Template:Infobox elevator]] with unknown parameter "_VALUE_"
| ignoreblank = y
| embed | name | image | image_size | caption
| manufacturer | model | drive_type | controller
| capacity | speed | floors
| installation_year | modernization_year | modernized_by | location
| notes
}}</includeonly>

Latest revision as of 19:26, 4 June 2026

Infobox for documenting elevator systems.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

no description

Stringsuggested
Imageimage

no description

Filesuggested
Captioncaption

no description

Stringsuggested
Manufacturermanufacturer

no description

Stringsuggested
Model / Seriesmodel

no description

Stringsuggested
Drive Typedrive_type

no description

Stringsuggested
Controller / Fixturescontroller

no description

Stringsuggested
Capacitycapacity

no description

Stringsuggested
Speedspeed

no description

Stringsuggested
Floors Servedfloors

no description

Stringsuggested
Installation Yearinstallation_year

no description

Stringsuggested
Modernization Yearmodernization_year

no description

Stringsuggested
Modernized Bymodernized_by

no description

Stringsuggested
Locationlocation

no description

Stringsuggested
Notesnotes

no description

Stringsuggested