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
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{| class="infobox" style="border: 1px solid #a2a9b1; border-radius: 4px; padding: 5px; width: 290px; float: right; margin: 0 0 1em 1em; background-color: #f8f9fa; font-size: 88%; line-height: 1.5em; color: #202122; font-family: sans-serif;"
<noinclude>
|+ style="font-size: 130%; font-weight: bold; padding: 0.3em; background-color: #e2e8f0; border: 1px solid #a2a9b1; border-bottom: none; border-radius: 4px 4px 0 0;" | {{{name|{{PAGENAME}}}}}
|-
| colspan="2" style="text-align: center; font-weight: bold; font-size: 110%; padding: 6px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.5px; color: #ffffff; background-color: {{#switch:{{upper:{{{status|}}}}}|ORIGINAL=#2e7d32|MODERNIZED=#1565c0|REPLACED=#c62828|#default=#757575}};" | {{#switch: {{upper:{{{status|}}}}}
    | ORIGINAL = 🟢 Original System
    | MODERNIZED = 🔵 Modernized
    | REPLACED = 🔴 Replaced / Scrapped
    | #default = Unknown Status
  }}
|-
{{#if:{{{image|}}}|
{{!}} colspan="2" style="text-align: center; border-bottom: 1px solid #eaecf0; padding: 8px 0;" {{!}} [[Dosya:{{{image}}}|270px|center|{{{caption|}}}]]<br /><small style="color: #54595d;">{{{caption|}}}</small>
}}
|-
! colspan="2" style="background-color: #eaecf0; text-align: left; padding: 4px 6px; font-weight: bold; border-top: 1px solid #a2a9b1; border-bottom: 1px solid #a2a9b1;" | Technical Specifications
|-
! style="text-align: left; width: 45%; padding: 4px; vertical-align: top;" | Manufacturer
| style="padding: 4px; text-align: right;" | {{{manufacturer|-}}}
|-
! style="text-align: left; padding: 4px; vertical-align: top;" | Model / Series
| style="padding: 4px; text-align: right;" | {{{model|-}}}
|-
! style="text-align: left; padding: 4px; vertical-align: top;" | Drive Type
| style="padding: 4px; text-align: right;" | {{{drive_type|-}}}
|-
! style="text-align: left; padding: 4px; vertical-align: top;" | Controller / Fixtures
| style="padding: 4px; text-align: right;" | {{{controller|-}}}
|-
! style="text-align: left; padding: 4px; vertical-align: top;" | Capacity
| style="padding: 4px; text-align: right;" | {{{capacity|-}}}
|-
! style="text-align: left; padding: 4px; vertical-align: top;" | Speed
| style="padding: 4px; text-align: right;" | {{{speed|-}}}
|-
! style="text-align: left; padding: 4px; vertical-align: top;" | Floors Served
| style="padding: 4px; text-align: right;" | {{{floors|-}}}
|-
! colspan="2" style="background-color: #eaecf0; text-align: left; padding: 4px 6px; font-weight: bold; border-top: 1px solid #a2a9b1; border-bottom: 1px solid #a2a9b1;" | History & Location
|-
! style="text-align: left; padding: 4px; vertical-align: top;" | Installed
| style="padding: 4px; text-align: right;" | {{{installation_year|-}}}
|-
! style="text-align: left; padding: 4px; vertical-align: top;" | Modernized
| style="padding: 4px; text-align: right;" | {{{modernization_year|-}}} {{#if:{{{modernized_by|}}}| (by {{{modernized_by}}}) }}
|-
! style="text-align: left; padding: 4px; vertical-align: top;" | Location
| style="padding: 4px; text-align: right;" | {{{location|-}}}
|-
! colspan="2" style="background-color: #eaecf0; text-align: left; padding: 4px 6px; font-weight: bold; border-top: 1px solid #a2a9b1; border-bottom: 1px solid #a2a9b1;" | Notes
|-
| colspan="2" style="text-align: left; font-size: 90%; background-color: #f8f9fa; padding: 6px; font-style: italic; color: #54595d;" | {{{notes|-}}}
|}</includeonly><noinclude>
== TemplateData ==
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"name": {
"name": { "label": "Name", "type": "string", "suggested": true },
"label": "Name",
"image": { "label": "Image", "type": "wiki-file-name", "suggested": true },
"type": "string",
"caption": { "label": "Caption", "type": "string", "suggested": true },
"required": false,
"manufacturer": { "label": "Manufacturer", "type": "string", "suggested": true },
"suggested": true
"model": { "label": "Model / Series", "type": "string", "suggested": true },
},
"drive_type": { "label": "Drive Type", "type": "string", "suggested": true },
"status": {
"controller": { "label": "Controller / Fixtures", "type": "string", "suggested": true },
"label": "Status",
"capacity": { "label": "Capacity", "type": "string", "suggested": true },
"type": "string",
"speed": { "label": "Speed", "type": "string", "suggested": true },
"required": true,
"floors": { "label": "Floors Served", "type": "string", "suggested": true },
"suggested": true,
"installation_year": { "label": "Installation Year", "type": "string", "suggested": true },
"description": "ORIGINAL, MODERNIZED, or REPLACED"
"modernization_year": { "label": "Modernization Year", "type": "string", "suggested": true },
},
"modernized_by": { "label": "Modernized By", "type": "string", "suggested": true },
"image": {
"location": { "label": "Location", "type": "string", "suggested": true },
"label": "Image",
"notes": { "label": "Notes", "type": "string", "suggested": true }
"type": "wiki-file-name",
"required": false,
"suggested": true
},
"caption": {
"label": "Caption",
"type": "string",
"required": false,
"suggested": true
},
"manufacturer": {
"label": "Manufacturer",
"type": "string",
"required": false,
"suggested": true
},
"model": {
"label": "Model / Series",
"type": "string",
"required": false,
"suggested": true
},
"drive_type": {
"label": "Drive Type",
"type": "string",
"required": false,
"suggested": true
},
"controller": {
"label": "Controller / Fixtures",
"type": "string",
"required": false,
"suggested": true
},
"capacity": {
"label": "Capacity",
"type": "string",
"required": false,
"suggested": true
},
"speed": {
"label": "Speed",
"type": "string",
"required": false,
"suggested": true
},
"floors": {
"label": "Floors Served",
"type": "string",
"required": false,
"suggested": true
},
"installation_year": {
"label": "Installation Year",
"type": "string",
"required": false,
"suggested": true
},
"modernization_year": {
"label": "Modernization Year",
"type": "string",
"required": false,
"suggested": true
},
"modernized_by": {
"label": "Modernized By",
"type": "string",
"required": false,
"suggested": true
},
"location": {
"label": "Location",
"type": "string",
"required": false,
"suggested": true
},
"notes": {
"label": "Notes",
"type": "string",
"required": false,
"suggested": true
}
},
},
"description": "Infobox for documenting elevator systems.",
"description": "Infobox for documenting elevator systems.",
Line 157: Line 23:
}
}
</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