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 |
| |
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 station"
local p = {
["system title"] = "Taichung Metro",
["system icon"] = "",
["station format"] = {
"%1 metro station",
["Daqing"] = x,
["Songzhu"] = x,
["HSR Taichung station"] = "[[Taichung HSR station|HSR Taichung station]]",
},
["lines"] = {
["Green"] = {
["title"] = "[[Green line (Taichung Metro)|Green line]]",
["color"] = "8EC31C",
["left terminus"] = "[[Taichung HSR station|HSR Taichung station]]",
["right terminus"] = "Beitun Main",
},
},
}
return p