Module:Adjacent stations/Taoyuan Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Taoyuan Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Airport MRT | A |
774698 |
A | |
Airport MRT | B |
145ba9 |
B | |
Green line | G |
05752b |
G | |
Orange line | O |
fcb134 |
O | |
Brown line | BR |
bc813b |
BR | |
Red line | R |
e3002d |
R |
local p = {
["system title"] = "[[Taoyuan Metro]]",
["system icon"] = "[[File:Taoyuan Metro logo seal only.svg|18px|link=Taoyuan Metro]]",
["line icon format"] = "croute",
["station format"] = {
"%1 metro station",
["Taipei Sain Station"] = "%1 (Taoyuan Metro)",
["Taoyuan HSR station"] = "%1",
["Zhongli railway station"] = "%1"
},
["lines"] = {
["A"] = {
["title"] = "[[Taoyuan Airport MRT|Airport MRT]]",
["color"] = "774698",
["left terminus"] = {"Airport Terminal 2", "Huanbei"},
["right terminus"] = "Taipei main station",
["types"] = {
["Express"] = {
["title"] = "Express",
["color"] = "774698",
["background color"] = "transparent",
["left terminus"] = {"Airport Terminal 2", "Huanbei"}
},
["Commuter"] = {
["title"] = "Commuter",
["color"] = "145ba9",
["background color"] = "transparent",
["left terminus"] = "Huanbei"
}
}
},
["B"] = {
["title"] = "[[Taoyuan Airport MRT|Airport MRT]]",
["color"] = "145ba9"
},
["R"] = {
["title"] = "[[Red line (Taoyuan Metro)|Red line]]",
["color"] = "e3002d"
},
["G"] = {
["title"] = "[[Green line (Taoyuan Metro)|Green line]]",
["color"] = "05752b"
},
["O"] = {
["title"] = "[[Orange line (Taoyuan Metro)|Orange line]]",
["color"] = "fcb134"
},
["BR"] = {
["title"] = "[[Brown line (Taoyuan Metro)|Brown line]]",
["color"] = "bc813b"
}
},
["aliases"] = {
["airport"] = "A",
["blue"] = "B",
["red"] = "R",
["green"] = "G",
["orange"] = "O",
["brown"] = "BR",
["a"] = "A",
["b"] = "B",
["r"] = "R",
["g"] = "G",
["o"] = "O",
["br"] = "BR"
}
}
return p