Module:Adjacent stations/Hanoi Metro
Appearance
local h = "%1 station (Hanoi Metro)"
local p = {
["system title"] = "[[Hanoi Metro]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Hanoi"] = "[[Hanoi railway station|Hanoi]]",
["Hà Đông"] = h
},
["lines"] = {
["_default"] = {
["color"] = "cccccc",
["title"] = "[[Line %1 (Hanoi Metro)|Line %1]]"
},
["2A"] = {
["color"] = "00C000",
["left terminus"] = "Cát Linh",
["right terminus"] = "Yên Nghĩa",
},
["3"] = {
["color"] = "B3424A",
["left terminus"] = "Nhon",
["right terminus"] = "Hanoi",
},
},
["aliases"] = {
["Line 2A"] = "2A",
["cat linh"] = "2A",
["Line 3"] = "3",
},
}
return p