Module:Adjacent stations/Tainan Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Tainan Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
TRA Line | TRA or t |
0072C6 |
| |
Shalun Line | Shalun or s |
0072C6 |
| |
Green Line | Green or g |
05752b |
| |
Blue Line | Blue or b |
0072c6 |
|
local m = "%1 station (Tainan Metro)"
local p = {
["system title"] = "[[Tainan Metro]]",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Tainan Metro)|%1 Line]]"
},
["TRA"] = {
["title"] = "[[TRA Line (Tainan)|TRA Line]]",
["color"] = "0072C6",
["left terminus"] = "?",
["right terminus"] = "?"
},
["Shalun"] = {
["title"] = "[[Shalun Line]]",
["color"] = "0072C6",
["left terminus"] = "?",
["right terminus"] = "?"
},
["Green"] = {
["color"] = "05752b",
["left terminus"] = "?",
["right terminus"] = "?"
},
["Blue"] = {
["color"] = "0072c6",
["left terminus"] = "?",
["right terminus"] = "?"
},
},
["aliases"] = {
["t"] = "TRA",
["tra"] = "TRA",
["s"] = "Shalun",
["shalun"] = "Shalun",
["g"] = "Green",
["green"] = "Green",
["b"] = "Blue",
["blue"] = "Blue"
}
}
return p