Template:Adjacent stations doc
LinesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local p = {
["system title"] = "Jakarta MRT",
["system icon"] = "[[File:Logo of Jakarta MRT.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