Template:Infobox elevator: Difference between revisions
TurkishLifts (talk | contribs) No edit summary |
TurkishLifts (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<infobox | <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;" | ||
|+ 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; | |||
{{#switch: {{upper:{{{status|}}}}} | |||
| ORIGINAL = background-color: #2e7d32; color: #ffffff; | |||
| MODERNIZED = background-color: #1565c0; color: #ffffff; | |||
| REPLACED = background-color: #c62828; color: #ffffff; | |||
| #default = background-color: #757575; color: #ffffff; | |||
}}" | {{#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> | |||
} | |||
</ | |||