Template:Infobox elevator: Difference between revisions
Appearance
TurkishLifts (talk | contribs) No edit summary |
TurkishLifts (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
<div class="infobox-title" style="font-size: 130%; font-weight: bold; text-align: center; padding: 0.3em; background-color: #e2e8f0; border: 1px solid #a2a9b1; border-radius: 4px 4px 0 0; margin-bottom: 4px;">{{{name|{{PAGENAME}}}}}</div> | <div class="infobox-title" style="font-size: 130%; font-weight: bold; text-align: center; padding: 0.3em; background-color: #e2e8f0; border: 1px solid #a2a9b1; border-radius: 4px 4px 0 0; margin-bottom: 4px;">{{{name|{{PAGENAME}}}}}</div> | ||
<div class="infobox-status" style="text-align: center; font-weight: bold; font-size: 110%; padding: 6px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.5px; color: #ffffff; margin-bottom: 5px; background-color: {{ | <div class="infobox-status" style="text-align: center; font-weight: bold; font-size: 110%; padding: 6px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.5px; color: #ffffff; margin-bottom: 5px; background-color: {{{status_color|#757575}}};"> | ||
{{{status|Unknown Status}}} | |||
</div> | </div> | ||
| Line 73: | Line 73: | ||
"params": { | "params": { | ||
"name": { "label": "Name", "type": "string", "suggested": true }, | "name": { "label": "Name", "type": "string", "suggested": true }, | ||
"status": { "label": "Status", "type": "string", " | "status": { "label": "Status Text", "type": "string", "suggested": true, "description": "e.g., 🟢 Original System, 🔵 Modernized, 🔴 Replaced" }, | ||
"status_color": { "label": "Status Color (HEX)", "type": "string", "suggested": true, "description": "Green: #2e7d32 | Blue: #1565c0 | Red: #c62828" }, | |||
"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 }, | ||
Revision as of 21:43, 3 June 2026
Infobox elevator
Unknown Status
Technical Specifications
| Manufacturer | - |
|---|---|
| Model / Series | - |
| Drive Type | - |
| Controller / Fixtures | - |
| Capacity | - |
| Speed | - |
| Floors Served | - |
History & Location
| Installed | - |
|---|---|
| Modernized | - |
| Location | - |
Notes
-
TemplateData
HTML syntax based infobox for documenting elevator systems.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | suggested |
| Status Text | status | e.g., 🟢 Original System, 🔵 Modernized, 🔴 Replaced | String | suggested |
| Status Color (HEX) | status_color | Green: #2e7d32 | Blue: #1565c0 | Red: #c62828 | String | suggested |
| Image | image | no description | File | suggested |
| Caption | caption | no description | String | suggested |
| Manufacturer | manufacturer | no description | String | suggested |
| Model / Series | model | no description | String | suggested |
| Drive Type | drive_type | no description | String | suggested |
| Controller / Fixtures | controller | no description | String | suggested |
| Capacity | capacity | no description | String | suggested |
| Speed | speed | no description | String | suggested |
| Floors Served | floors | no description | String | suggested |
| Installation Year | installation_year | no description | String | suggested |
| Modernization Year | modernization_year | no description | String | suggested |
| Modernized By | modernized_by | no description | String | suggested |
| Location | location | no description | String | suggested |
| Notes | notes | no description | String | suggested |