This is a data module for Module:Adjacent stations. It supports services operated by Singapore LRT.
Usage
Lines
Line | Keys | Color | Hex color |
---|
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Bukit Panjang |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Sengkang |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Punggol |
|
Template:Rail color |
Services
Line | Type | Type keys | Color | Hex color |
---|
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found. |
Service A (Choa Chu Kang - Bukit Panjang) |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found. |
Service A (Bukit Panjang loop) |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found. |
Service B (Choa Chu Kang - Bukit Panjang) |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found. |
Service B (Bukit Panjang loop) |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found. |
Service C |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found. |
West Loop |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found. |
East Loop |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found. |
West Loop |
|
Template:Rail color |
Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found.
| Lua error in package.lua at line 80: module 'Module:Adjacent stations/i18n' not found. |
East Loop |
|
Template:Rail color |
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"] = {
["Bukit Panjang"] = {
["title"] = "[[Bukit Panjang LRT line|Bukit Panjang LRT]]",
["color"] = "748477",
["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"] = {
["title"] = "[[Sengkang LRT line|Sengkang LRT]]",
["color"] = "748477",
["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"] = {
["title"] = "[[Punggol LRT line|Punggol LRT]]",
["color"] = "748477",
["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