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 |
| |
Purple line | Purple or purple or p |
800080 |
|
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]]",
},
["lines"] = {
["Green"] = {
["title"] = "[[Green line (Taichung Metro)|Green line]]",
["color"] = "8ec31c",
["icon"] = "[[File:Taichung_Metro_Green_Line_icon.svg|20px|link=Green line (Taichung Metro)]]",
["left terminus"] = "HSR Taichung station",
["right terminus"] = "Beitun Main",
},
["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"] = "",
},
["Red"] = {
["title"] = "[[Red line (Taichung Metro)|Red line]]",
["color"] = "e3002d",
["left terminus"] = "",
["right terminus"] = "",
},
["Purple"] = {
["title"] = "[[Purple line (Taichung Metro)|Purple line]]",
["color"] = "800080",
["left terminus"] = "",
["right terminus"] = "",
}
},
["aliases"] = {
["green"] = "Green",
["blue"] = "Blue",
["orange"] = "Orange",
["red"] = "Red",
["purple"] = "Purple",
["g"] = "Green",
["b"] = "Blue",
["o"] = "Orange",
["r"] = "Red",
["p"] = "Purple"
}
}
return p