Module:Adjacent stations/Singapore LRT
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Light Rail Transit.
Usage
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
$1 LRT | Bukit Panjang |
748477 |
| |
$1 LRT | Sengkang |
748477 |
| |
$1 LRT | Punggol |
748477 |
|
Services
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
$1 LRT | $1 LRT – A (CCK-BP) | A (CCK-BP) |
748477 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
$1 LRT | $1 LRT – A (loop) | A (loop) |
748477 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
$1 LRT | $1 LRT – B (CCK-BP) | B (CCK-BP) |
748477 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
$1 LRT | $1 LRT – B (loop) | B (loop) |
748477 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
$1 LRT | $1 LRT – C | C |
748477 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
$1 LRT | $1 LRT – West Loop | West Loop |
748477 |
| |
$1 LRT | $1 LRT – East Loop | East Loop |
748477 |
| |
$1 LRT | $1 LRT – West Loop | West Loop |
748477 |
| |
$1 LRT | $1 LRT – East Loop | East Loop |
748477 |
|
local slrt = "%1 MRT/LRT station"
local p = {
["system title"] = "[[Light Rail Transit (Singapore)|Light Rail Transit]]",
["system icon"] = "",
["station format"] = {
"%1 LRT station",
["Damai"] = "%1 LRT station (Singapore)",
["Bukit Panjang"] = slrt,
["Choa Chu Kang"] = slrt,
["Riviera"] = slrt,
["Sengkang"] = slrt,
["Punggol"] = slrt,
},
["lines"] = {
["_default"] = {
["title"] = "[[$1 LRT line|$1 LRT]]",
["color"] = "748477",
["text color"] = "FFFFFF",
},
["Bukit Panjang"] = {
["right terminus"] = "Choa Chu Kang",
["types"] = {
["Service A (Choa Chu Kang - Bukit Panjang)"] = {
["title"] = "Service A",
["left terminus"] = "Choa Chu Kang",
["right terminus"] = {
"Choa Chu Kang",
["via"] = "Senja",
},
},
["Service B (Choa Chu Kang - Bukit Panjang)"] = {
["title"] = "Service B",
["left terminus"] = "Choa Chu Kang",
["right terminus"] = {
"Choa Chu Kang",
["via"] = "Petir",
},
},
["Service A (Bukit Panjang loop)"] = {
["title"] = "Service A",
["left terminus"] = "Choa Chu Kang",
["right terminus"] = "Choa Chu Kang",
},
["Service B (Bukit Panjang loop)"] = {
["title"] = "Service B",
["left terminus"] = "Choa Chu Kang",
["right terminus"] = "Choa Chu Kang",
},
["Service C"] = {
["title"] = "Service C",
["left terminus"] = "Ten Mile Junction",
["right terminus"] = {
"Ten Mile Junction",
["via"] = "Senja",
},
},
},
},
["Sengkang"] = {
["types"] = {
["West Loop"] = {
["title"] = "West Loop",
["left terminus"] = "Clockwise / outer",
["right terminus"] = "Anticlockwise / inner",
["circular"] = true,
},
["East Loop"] = {
["title"] = "East Loop",
["left terminus"] = "Clockwise / outer",
["right terminus"] = "Anticlockwise / inner",
["circular"] = true,
},
},
},
["Punggol"] = {
["types"] = {
["West Loop"] = {
["title"] = "West Loop",
["left terminus"] = "Clockwise / outer",
["right terminus"] = "Anticlockwise / inner",
["circular"] = true,
},
["East Loop"] = {
["title"] = "East Loop",
["left terminus"] = "Clockwise / outer",
["right terminus"] = "Anticlockwise / inner",
["circular"] = true,
},
},
},
},
["aliases"] = {
["bp"] = "Bukit Panjang",
["bukit panjang"] = "Bukit Panjang",
["se"] = "Sengkang",
["sk"] = "Sengkang",
["sw"] = "Sengkang",
["stc"] = "Sengkang",
["sengkang"] = "Sengkang",
["pe"] = "Punggol",
["pg"] = "Punggol",
["pw"] = "Punggol",
["ptc"] = "Punggol",
["punggol"] = "Punggol",
},
}
return p