Template:Adjacent stations doc
UsageEdit
LinesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
BranchesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
Circle Line Stage 6Edit
Template:Rail template doc Template:Rail template doc Template:Rail template doc
Jurong Region Line servicesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
Use the types "Jurong Pier BJN", "Peng Kang BJN" and "CCK BJN" for stations before Bahar Junction, and the types "Jurong Pier", "Peng Kang" and "CCK" for stations after Bahar Junction.
local smrt = "%1 MRT/LRT station"
local p = {
["system title"] = "[[Mass Rapid Transit (Singapore)|Mass Rapid Transit]]",
["system icon"] = "",
["station format"] = {
"%1 MRT station",
["Bukit Panjang"] = smrt,
["Choa Chu Kang"] = smrt,
["Punggol"] = smrt,
["Riviera"] = smrt,
["Sengkang"] = smrt,
},
["lines"] = {
["Branch"] = {
["title"] = "[[Branch MRT line|Branch line]]",
["color"] = "b85600",
["left terminus"] = "Jurong East",
["right terminus"] = "Choa Chu Kang",
},
["Circle"] = {
["title"] = "[[Circle MRT line|Circle Line]]",
["color"] = "fa9e0d",
["left terminus"] = "Dhoby Ghaut",
["right terminus"] = "HarbourFront",
["types"] = {
["Stadium"] = {
["title"] ="Stadium Shuttle",
["left terminus"] = "Marina Bay",
["right terminus"] = "Stadium",
},
["CCL6"] = {
["title"] ="Future service",
["left terminus"] = "Clockwise / outer",
["right terminus"] = "Anticlockwise / inner",
["circular"] = true,
},
},
},
["Cross Island"] = {
["title"] = "[[Cross Island MRT line|Cross Island Line]]",
["color"] = "97C616",
["left terminus"] = "Aviation Park",
["right terminus"] = {
"Bright Hill",
"Jurong Lake District"
},
["types"] = {
["Punggol"] = {
["title"] = "Punggol extension",
["left terminus"] = "Pasir Ris",
["right terminus"] = "Punggol",
},
},
},
["Downtown"] = {
["title"] = "[[Downtown MRT line|Downtown Line]]",
["color"] = "005ec4",
["left terminus"] = "Bukit Panjang",
["right terminus"] = {
"Expo",
"Sungei Bedok",
},
},
["East West"] = {
["title"] = "[[East West MRT line|East West Line]]",
["color"] = "009645",
["left terminus"] = "Pasir Ris",
["right terminus"] = "Tuas Link",
["types"] = {
["Changi"] ={
["title"] = "Changi Airport Line",
["left terminus"] = "Tanah Merah",
["right terminus"] = "Changi Airport",
},
},
},
["Jurong Region"] = {
["title"] = "[[Jurong Region MRT line|Jurong Region Line]]",
["color"] = "0099aa",
["types"] = {
-- Branch from Tengah to Pandan Reservoir
["Pandan"] = {
["title"] = "Future service",
["left terminus"] = "Tengah",
["right terminus"] = "Pandan Reservoir",
},
-- Services between Choa Chu Kang and Boon Lay/Jurong Pier
-- Update terminus to Jurong Pier when Stage 3 opens
-- For stations before Bahar Junction
["Jurong Pier BJN"] = {
["title"] = "Future service",
["right terminus"] = {
"Boon Lay",
["via"] = "Bahar Junction",
},
["oneway-left"] = true,
},
-- For stations after Bahar Junction
["Jurong Pier"] = {
["title"] = "Future service",
["right terminus"] = {
"Jurong Pier",
"Boon Lay",
},
["oneway-left"] = true,
},
-- Services between Boon Lay/Jurong Pier and Tawas/Peng Kang Hill
-- For stations before Bahar Junction
["Peng Kang BJN"] = {
["title"] = "Future service",
["right terminus"] = {
"Peng Kang Hill",
["via"] = "Bahar Junction",
},
["oneway-left"] = true,
},
-- For stations after Bahar Junction
["Peng Kang"] = {
["title"] = "Future service",
["right terminus"] = {
"Peng Kang Hill",
"Tawas",
},
["oneway-left"] = true,
},
-- Services between Tawas/Peng Kang Hill and Choa Chu Kang
-- For stations before Bahar Junction
["CCK BJN"] = {
["title"] = "Future service",
["oneway-left"] = true,
["right terminus"] = {
"Choa Chu Kang",
["via"] = "Bahar Junction",
},
},
-- For stations after Bahar Junction
["CCK"] = {
["title"] = "Future service",
["oneway-left"] = true,
["right terminus"] = "Choa Chu Kang",
},
},
},
["North East"] = {
["title"] = "[[North East MRT line|North East Line]]",
["color"] = "9900aa",
["left terminus"] = "HarbourFront",
["right terminus"] = {
"Punggol",
"Punggol Coast",
},
},
["North South"] = {
["title"] = "[[North South MRT line|North South Line]]",
["color"] = "d42e12",
["left terminus"] = "Jurong East",
["right terminus"] = "Marina South Pier",
},
["Thomson–East Coast"] = {
["title"] = "[[Thomson–East Coast MRT line|Thomson–East Coast Line]]",
["color"] = "9D5B25",
["left terminus"] = "Woodlands North",
["right terminus"] = {
-- Update terminus accordingly as stages open
"Caldecott",
"Gardens by the Bay",
"Bayshore","Sungei Bedok"
},
},
},
["aliases"] = {
["circle (planned)"] = "Circle",
["cc"] = "Circle",
["ce"] = "Circle",
["circle"] = "Circle",
["ci"] = "Cross Island",
["cr"] = "Cross Island",
["cp"] = "Cross Island",
["cross island"] = "Cross Island",
["dt"] = "Downtown",
["downtown"] = "Downtown",
["ew"] = "East West",
["cg"] = "East West",
["east west"] = "East West",
["jr"] = "Jurong Region",
["je"] = "Jurong Region",
["js"] = "Jurong Region",
["jw"] = "Jurong Region",
["jurong region"] = "Jurong Region",
["ne"] = "North East",
["north east"] = "North East",
["ns"] = "North South",
["north south"] = "North South",
["te"] = "Thomson–East Coast",
["thomson-east coast"] = "Thomson–East Coast",
["thomson–east coast"] = "Thomson–East Coast"
},
}
return p