Template:Infobox elevator: Difference between revisions
Fix error in drive lowercase preventing it from showing |
Add missing Capacity param to TemplateData and remove |parameter = prefix from examples |
||
| Line 113: | Line 113: | ||
"label": "Image 1", | "label": "Image 1", | ||
"description": "File name for the first image on the infobox.", | "description": "File name for the first image on the infobox.", | ||
"example": " | "example": "Elevator.jpg", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
| Line 120: | Line 120: | ||
"label": "Image caption 1", | "label": "Image caption 1", | ||
"description": "An image caption to accompany image 1. Also acts as alt text if not explicitly provided.", | "description": "An image caption to accompany image 1. Also acts as alt text if not explicitly provided.", | ||
"example": " | "example": "Elevator call button.", | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
| Line 127: | Line 127: | ||
"label": "Image 2", | "label": "Image 2", | ||
"description": "File name for the second image on the infobox.", | "description": "File name for the second image on the infobox.", | ||
"example": " | "example": "Fixtures.png", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
| Line 133: | Line 133: | ||
"label": "Image caption 2", | "label": "Image caption 2", | ||
"description": "An image caption to accompany image 2. Also acts as alt text if not explicity provided.", | "description": "An image caption to accompany image 2. Also acts as alt text if not explicity provided.", | ||
"example": "View of the COP fixtures.", | |||
"type": "content" | "type": "content" | ||
}, | }, | ||
| Line 138: | Line 139: | ||
"label": "Location", | "label": "Location", | ||
"description": "The name of the location this elevator is in.", | "description": "The name of the location this elevator is in.", | ||
"example": " | "example": "[[Cultural Centre busway station]]", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"suggested": true | "suggested": true | ||
| Line 149: | Line 150: | ||
"label": "Manufacturer", | "label": "Manufacturer", | ||
"description": "The company who installed the elevator.", | "description": "The company who installed the elevator.", | ||
"example": " | "example": "[[Kone]]", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"suggested": true | "suggested": true | ||
| Line 156: | Line 157: | ||
"label": "Serial number", | "label": "Serial number", | ||
"description": "The serial number assigned by the installer. This may be called a \"Machine No\", \"Equipment No\", or other term, if not a serial number.", | "description": "The serial number assigned by the installer. This may be called a \"Machine No\", \"Equipment No\", or other term, if not a serial number.", | ||
"example": " | "example": "12345678", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 162: | Line 163: | ||
"label": "Drive type", | "label": "Drive type", | ||
"description": "The mechanism used to drive the lift. Accepts \"traction\", \"hydraulic\", \"mrl_traction\" or \"mrl_hydro\". Case insensitive.", | "description": "The mechanism used to drive the lift. Accepts \"traction\", \"hydraulic\", \"mrl_traction\" or \"mrl_hydro\". Case insensitive.", | ||
"example": " | "example": "mrl_traction", | ||
"type": "string", | "type": "string", | ||
"suggested": true, | "suggested": true, | ||
| Line 196: | Line 197: | ||
"description": "The year the elevator's host building was demolished.", | "description": "The year the elevator's host building was demolished.", | ||
"type": "number" | "type": "number" | ||
}, | |||
"capacity": { | |||
"label": "Capacity", | |||
"description": "The full rated capacity of the elevator. Specify kg, persons and lb (translate if need be).", | |||
"example": "1,600 kg (21 persons, approx. 3,527 lb)", | |||
"suggested": true | |||
}, | }, | ||
"speed_metres": { | "speed_metres": { | ||
| Line 203: | Line 210: | ||
"label": "Speed in metres per second", | "label": "Speed in metres per second", | ||
"description": "Speed, expressed in metres per second (m/s). The alias prints it in US spelling (meters per second).", | "description": "Speed, expressed in metres per second (m/s). The alias prints it in US spelling (meters per second).", | ||
"example": " | "example": "1.0", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
| Line 209: | Line 216: | ||
"label": "Speed in feet per minute", | "label": "Speed in feet per minute", | ||
"description": "Speed, expressed in feet per minute (FPM).", | "description": "Speed, expressed in feet per minute (FPM).", | ||
"example": " | "example": "200", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
| Line 215: | Line 222: | ||
"label": "Controller type", | "label": "Controller type", | ||
"description": "The type of controller in use (microprocessor, relay, slate)", | "description": "The type of controller in use (microprocessor, relay, slate)", | ||
"example": " | "example": "Microprocessor", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 221: | Line 228: | ||
"label": "Controller model", | "label": "Controller model", | ||
"description": "The model of the controller in use on this elevator.", | "description": "The model of the controller in use on this elevator.", | ||
"example": " | "example": "[[Schindler Miconic Controls#MX-GC|Miconic MX-GC]]", | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
| Line 227: | Line 234: | ||
"label": "Current status", | "label": "Current status", | ||
"description": "The status of the elevator (in service, extended maintenance, extended out of service, removed, etc.)", | "description": "The status of the elevator (in service, extended maintenance, extended out of service, removed, etc.)", | ||
"example": " | "example": "In service", | ||
"autovalue": "In service" | "autovalue": "In service" | ||
}, | }, | ||
| Line 233: | Line 240: | ||
"label": "Usage", | "label": "Usage", | ||
"description": "The intended usage of the elevator (public, service, staff, etc.)", | "description": "The intended usage of the elevator (public, service, staff, etc.)", | ||
"example": " | "example": "Public", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Revision as of 05:47, 19 February 2021
Displays information on individual elevators.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image 1 | image1 | File name for the first image on the infobox.
| File | suggested |
| Image caption 1 | caption1 | An image caption to accompany image 1. Also acts as alt text if not explicitly provided.
| Content | suggested |
| Image 2 | image_2 | File name for the second image on the infobox.
| File | optional |
| Image caption 2 | caption2 | An image caption to accompany image 2. Also acts as alt text if not explicity provided.
| Content | optional |
| Location | location | The name of the location this elevator is in.
| Page name | suggested |
| Coordinates | coordinates | The coordinates for the building this elevator is in, or for the elevator itself. | Unknown | optional |
| Manufacturer | manufacturer | The company who installed the elevator.
| Page name | suggested |
| Serial number | serial | The serial number assigned by the installer. This may be called a "Machine No", "Equipment No", or other term, if not a serial number.
| String | optional |
| Drive type | drive | The mechanism used to drive the lift. Accepts "traction", "hydraulic", "mrl_traction" or "mrl_hydro". Case insensitive.
| String | suggested |
| Year installed | year_installed | The year the elevator was installed. | Number | optional |
| Year in service | year_in_service | The year the elevator was placed into service (opened for public use, for instance). | Number | optional |
| Year modernised | year_modernised | The year the elevator was modernised. A modernisation is work carried out that changes the elevator's appearance or running equipment (significantly). | Number | optional |
| Year replaced | year_replaced | The year the elevator was replaced with a new elevator unit permanently. | Number | optional |
| Year removed | year_removed | The year the elevator was removed from its shaft permanently. | Number | optional |
| Year demolished | year_demolished | The year the elevator's host building was demolished. | Number | optional |
| Capacity | capacity | The full rated capacity of the elevator. Specify kg, persons and lb (translate if need be).
| Unknown | suggested |
| Speed in metres per second | speed_metres speed_meters | Speed, expressed in metres per second (m/s). The alias prints it in US spelling (meters per second).
| Number | optional |
| Speed in feet per minute | speed_fpm | Speed, expressed in feet per minute (FPM).
| Number | optional |
| Controller type | controller_type | The type of controller in use (microprocessor, relay, slate)
| String | optional |
| Controller model | controller_model | The model of the controller in use on this elevator.
| Page name | optional |
| Current status | status | The status of the elevator (in service, extended maintenance, extended out of service, removed, etc.)
| Unknown | optional |
| Usage | usage | The intended usage of the elevator (public, service, staff, etc.)
| String | optional |
| Current maintenance | maintenance | The company that currently maintains this elevator.
| Page name | optional |