Module:Adjacent stations/Jakarta MRT
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Jakarta MRT.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
North-South Line | North-South or m or ns |
ca2047 |
| |
East-West Line | East-West or tb or ew |
ebc535 |
| |
Outer Loop Line | Outer Loop or ol |
fba026 |
|
local p = {
["system title"] = "Jakarta MRT",
["system icon"] = "[[File:MRT Jakarta (logo only).svg|22px|link=Jakarta MRT]]",
["station format"] = {
"%1 MRT station",
[""] = "",
},
["lines"] = {
["North-South"] = {
["title"] = "[[North–South Line (Jakarta MRT)|North-South Line]]",
["color"] = "ca2047",
["icon"] = "[[File:Jakarta MRT M.svg|20px|link=North–South Line (Jakarta MRT)]]",
["left terminus"] = "Lebak Bulus Grab",
["right terminus"] = "Bundaran HI",
},
["East-West"] = {
["title"] = "[[Jakarta MRT#East–West line (planned)|East-West Line]]",
["color"] = "ebc535",
["left terminus"] = "Karang Tengah",
["right terminus"] = "Ujung Menteng",
},
["Outer Loop"] = {
["title"] = "[[Jakarta MRT|Outer Loop Line]]",
["color"] = "fba026",
["left terminus"] = "Fatmawati",
["right terminus"] = "TMII",
},
},
["aliases"] = {
["m"] = "North-South",
["ns"] = "North-South",
["tb"] = "East-West",
["ew"] = "East-West",
["ol"] = "Outer Loop",
}
}
return p