Module:Adjacent stations/Taichung MRT
Jump to navigation
Jump to search
This is a data module for Module:Adjacent stations. It supports services operated by Taichung MRT.
| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Green line | Green or green or g |
8ec31c |
| |
| Blue line | Blue or blue or b |
0093d8 |
File:Taichung Metro logo plain.svg | |
| Orange line | Orange or orange or o |
fcb134 |
File:Taichung Metro logo plain.svg | |
| Red line | Red or red or r |
e3002d |
File:Taichung Metro logo plain.svg | |
| Purple line | Purple or purple or p |
800080 |
File:Taichung Metro logo plain.svg |
local x = "%1 station"
local p = {
["system title"] = "Taichung MRT",
["system icon"] = "[[File:Taichung Metro logo plain.svg|18px|link=Taichung MRT]]",
["station format"] = {
"%1 metro station",
["Beitun Main"] = "Beitun Main Station",
["Daqing"] = x,
["Songzhu"] = x,
["HSR Taichung station"] = "[[Taichung HSR station#MRT service|HSR Taichung Station]]",
},
["lines"] = {
["Green"] = {
["title"] = "[[Green line (Taichung MRT)|Green line]]",
["color"] = "8ec31c",
["icon"] = "[[File:Taichung Metro Green Line icon.svg|20px|link=Green line (Taichung MRT)]]",
["left terminus"] = "HSR Taichung station",
["right terminus"] = "Beitun Main",
},
["Blue"] = {
["title"] = "[[Blue line (Taichung MRT)|Blue line]]",
["color"] = "0093d8",
["left terminus"] = "",
["right terminus"] = "",
},
["Orange"] = {
["title"] = "[[Orange line (Taichung MRT)|Orange line]]",
["color"] = "fcb134",
["left terminus"] = "",
["right terminus"] = "",
},
["Red"] = {
["title"] = "[[Red line (Taichung MRT)|Red line]]",
["color"] = "e3002d",
["left terminus"] = "",
["right terminus"] = "",
},
["Purple"] = {
["title"] = "[[Purple line (Taichung MRT)|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