Module:Adjacent stations/Hanoi Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Hanoi Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 1 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 2 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 2A |
|
| |
Line 3 | 3 |
B3424A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 4 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 5 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 6 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 7 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 8 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 9 |
|
|
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"] = {
["Line 2A"] = {
["title"] = "[[Line 2A (Hanoi Metro)|Line 2A]]",
["color"] = "00C000",
["left terminus"] = "Cát Linh",
["right terminus"] = "Yên Nghĩa",
},
["Line 3"] = {
["title"] = "[[Line 3 (Hanoi Metro)|Line 3]]",
["color"] = "B3424A",
["left terminus"] = "Nhon",
["right terminus"] = "Hanoi",
},
},
["aliases"] = {
["2A"] = "Line 2A",
["3"] = "Line 3",
},
}
return p