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
No edit summary
Tag: Reverted
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<noinclude>
<div class="infobox-title">{{{name|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}{{#if:{{{caption|}}}|<div class="infobox-caption"><small>{{{caption}}}</small></div>}}
<table class="infobox-table">{{#if:{{{status|}}}|<tr>
    <th>Status</th>
    <td>{{{status}}}</td>
</tr>}}{{#if:{{{manufacturer|}}}|<tr>
    <th>Manufacturer</th>
    <td>{{{manufacturer}}}</td>
</tr>}}{{#if:{{{model|}}}|<tr>
    <th>Model / Series</th>
    <td>{{{model}}}</td>
</tr>}}{{#if:{{{drive_type|}}}|<tr>
    <th>Drive Type</th>
    <td>{{{drive_type}}}</td>
</tr>}}{{#if:{{{controller|}}}|<tr>
    <th>Controller / Fixtures</th>
    <td>{{{controller}}}</td>
</tr>}}{{#if:{{{capacity|}}}|<tr>
    <th>Capacity</th>
    <td>{{{capacity}}}</td>
</tr>}}{{#if:{{{speed|}}}|<tr>
    <th>Speed</th>
    <td>{{{speed}}}</td>
</tr>}}{{#if:{{{floors|}}}|<tr>
    <th>Floors Served</th>
    <td>{{{floors}}}</td>
</tr>}}{{#if:{{{installation_year|}}}|<tr>
    <th>Installed</th>
    <td>{{{installation_year}}}</td>
</tr>}}{{#if:{{{modernization_year|}}}|<tr>
    <th>Modernized</th>
    <td>{{{modernization_year}}}{{#if:{{{modernized_by|}}}| (by {{{modernized_by}}})}}</td>
</tr>}}{{#if:{{{location|}}}|<tr>
    <th>Location</th>
    <td>{{{location}}}</td>
</tr>}}{{#if:{{{notes|}}}|<tr>
    <th>Notes</th>
    <td>{{{notes}}}</td>
</tr>}}</table>
</div><noinclude>
== TemplateData ==
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"name": { "label": "Name", "type": "string", "suggested": true },
"name": { "label": "Name", "type": "string", "suggested": true },
"status": { "label": "Status", "type": "string", "suggested": true, "description": "🟢 Original System, 🔵 Modernized, or 🔴 Replaced" },
"image": { "label": "Image", "type": "wiki-file-name", "suggested": true },
"image": { "label": "Image", "type": "wiki-file-name", "suggested": true },
"caption": { "label": "Caption", "type": "string", "suggested": true },
"caption": { "label": "Caption", "type": "string", "suggested": true },
Line 61: Line 19:
"notes": { "label": "Notes", "type": "string", "suggested": true }
"notes": { "label": "Notes", "type": "string", "suggested": true }
},
},
"description": "Clean HTML infobox for elevator tracking.",
"description": "Infobox for documenting elevator systems.",
"format": "block"
"format": "block"
}
}
</templatedata>
</templatedata>
</noinclude>
</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
 
| label3      = Manufacturer
|  data3      = {{{manufacturer|}}}
 
| label4      = Model / Series
|  data4      = {{{model|}}}
 
| label5      = Drive Type
|  data5      = {{{drive_type|}}}
 
| label6      = Controller / Fixtures
|  data6      = {{{controller|}}}
 
| header7    = Performance
 
| label8      = Capacity
|  data8      = {{{capacity|}}}
 
| label9      = Speed
|  data9      = {{{speed|}}}
 
| label10    = Floors Served
|  data10    = {{{floors|}}}
 
| header11    = History
 
| label12    = Installation Year
|  data12    = {{{installation_year|}}}
 
| label13    = Modernization Year
|  data13    = {{{modernization_year|}}}
 
| label14    = Modernized By
|  data14    = {{{modernized_by|}}}
 
| label15    = Location
|  data15    = {{{location|}}}
 
| rowclass16  = note
|  data16    = {{{notes|}}}
}}{{#invoke:Check for unknown parameters|check
| unknown    = [[Category:Pages using infobox elevator with unknown parameters|_VALUE_{{PAGENAME}}]]
| 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