Module:Adjacent stations/New Taipei Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by New Taipei Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Danhai light rail | V |
e5554f |
| |
Ankeng light rail | K |
c3b091 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Y |
|
| |
Sanying line | LB |
79bce8 |
| |
Shenkeng light rail | S |
cc7722 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | F |
|
|
local p = {
["system title"] = "[[New Taipei Metro]]",
["station format"] = {
"%1 light rail station",
["Hongshulin"] = "%1 station"
},
["lines"] = {
["V"] = {
["title"] = "[[Danhai light rail]]",
["color"] = "e5554f",
["left terminus"] = "Kanding",
["right terminus"] = "Hongshulin"
},
["K"] = {
["title"] = "[[Ankeng light rail]]",
["color"] = "c3b091",
["left terminus"] = "",
["right terminus"] = "",
},
["S"] = {
["title"] = "[[Shenkeng light rail]]",
["color"] = "cc7722",
["left terminus"] = "",
["right terminus"] = "",
},
["LB"] = {
["title"] = "[[Sanying line]]",
["color"] = "79bce8",
["left terminus"] = "Dingpu",
["right terminus"] = "Da'nan"
},
},
["aliases"] = {
["danhai"] = "V",
["ankeng"] = "K",
["sanying"] = "LB",
["lightblue"] = "LB",
["light blue"] = "LB"
}
}
return p