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 |
008000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Blue or blue or b |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Orange or orange or o |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Red or red or r |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Purple or purple or p |
|
|
local x = "%1 metro station (Taichung)"
local y = "%1 (Taichung Metro)"
local p = {
["system title"] = "Taichung Metro",
["system icon"] = "",
["station format"] = {
"%1 metro station",
["Taichung HSR Station"] = y,
},
["lines"] = {
["Green"] = {
["title"] = "[[Green Line (Taichung Metro)|Green Line]]",
["color"] = "008000",
["left terminus"] = "Taichung HSR Station",
["right terminus"] = "Beitun Main",
},
["Dakeng"] = {
["title"] = "Green Line Dakeng Extension",
["color"] = "666666",
["left terminus"] = "Jioushe",
["right terminus"] = "Yuanshan New Village",
},
["Changhua"] = {
["title"] = "Green Line Changhua Extension",
["color"] = "666666",
["left terminus"] = "Kulingjiao",
["right terminus"] = "Taichung HSR Station",
},
},
}
return p