Module:Adjacent stations/Taichung Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Taichung Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Green line | Green or green or g |
8EC31C |
| |
Blue line | Blue or blue or b |
0093D8 |
| |
Orange line | Orange or orange or o |
fcb134 |
| |
Red line | Red or red or r |
e3002d |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Purple or purple or p |
|
|
local x = "%1 station"
local p = {
["system title"] = "Taichung Metro",
["system icon"] = "",
["station format"] = {
"%1 metro station",
["Daqing"] = x,
["Songzhu"] = x,
["HSR Taichung station"] = "[[HSR Taichung station metro station|HSR Taichung station]]",
},
["lines"] = {
["Green"] = {
["title"] = "[[Green line (Taichung Metro)|Green line]]",
["color"] = "8EC31C",
["left terminus"] = "HSR Taichung station",
["right terminus"] = "Beitun Main",
},
["Red"] = {
["title"] = "[[Red line (Taichung Metro)|Red line]]",
["color"] = "e3002d",
["left terminus"] = "",
["right terminus"] = "",
},
["Blue"] = {
["title"] = "[[Blue line (Taichung Metro)|Blue line]]",
["color"] = "0093D8",
["left terminus"] = "",
["right terminus"] = "",
},
["Orange"] = {
["title"] = "[[Orange line (Taichung Metro)|Orange line]]",
["color"] = "fcb134",
["left terminus"] = "",
["right terminus"] = "",
},
},
["aliases"] = {
["green"] = "Green",
["red"] = "Red",
["blue"] = "Blue",
["orange"] = "Orange",
["g"] = "Green",
["r"] = "Red",
["b"] = "Blue",
["o"] = "Orange",
}
}
return p