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 |
---|---|---|---|---|
Taoyuan Airport MRT | A |
8246af |
| |
Airport MRT | B |
0057b8 |
| |
Green line | G |
62a033 |
| |
Orange line | O |
ffa500 |
| |
Brown line | BR |
824729 |
| |
Red line | R |
b20016 |
|
local p = {
["system title"] = "[[Taoyuan Metro]]",
["system icon"] = "[[File:Taoyuan Metro logo plain.svg|18px|link=Taoyuan Metro]]",
["station format"] = {
"%1 metro station",
["Taipei Main Station"] = "%1 (Taoyuan Metro)",
["Taoyuan HSR station"] = "%1",
["Zhongli railway station"] = "%1",
["NTIP"] = "New Taipei Industrial Park metro station"
},
["lines"] = {
["A"] = {
["title"] = "[[Taoyuan Airport MRT]]",
["color"] = "8246af",
["icon"] = "[[File:Taoyuan Metro Line Airport.svg|18px|link=Taoyuan Airport MRT]]",
["left terminus"] = {"Airport Terminal 2", "Laojie River"},
["right terminus"] = "Taipei Main Station",
["types"] = {
["Express"] = {
["title"] = "Express",
["color"] = "8246af",
["background color"] = "transparent",
["left terminus"] = {"Airport Terminal 2", "Huanbei"}
},
["Commuter"] = {
["title"] = "Commuter",
["color"] = "0057b8",
["background color"] = "transparent",
["left terminus"] = "Laojie River"
}
}
},
["B"] = {
["title"] = "[[Taoyuan Airport MRT|Airport MRT]]",
["color"] = "0057b8",
["icon"] = "[[File:Taoyuan Metro Line B.svg|18px|link=Taoyuan Airport MRT]]",
},
["G"] = {
["title"] = "[[Green line (Taoyuan Metro)|Green line]]",
["color"] = "62a033",
["icon"] = "[[File:Taoyuan Metro Line G.svg|18px|link=Green line (Taoyuan Metro)]]"
},
["O"] = {
["title"] = "[[Orange line (Taoyuan Metro)|Orange line]]",
["color"] = "ffa500",
["icon"] = "[[File:Taoyuan Metro Line O.svg|18px|link=Orange line (Taoyuan Metro)]]",
},
["BR"] = {
["title"] = "[[Brown line (Taoyuan Metro)|Brown line]]",
["color"] = "824729",
["icon"] = "[[File:Taoyuan Metro Line BR.svg|18px|link=Brown line (Taoyuan Metro)]]",
},
["R"] = {
["title"] = "[[Red line (Taoyuan Metro)|Red line]]",
["color"] = "b20016",
["icon"] = "[[File:Taoyuan Metro Line R.svg|18px|link=Red line (Taoyuan Metro)]]",
}
},
["aliases"] = {
["airport"] = "A",
["blue"] = "B",
["green"] = "G",
["orange"] = "O",
["brown"] = "BR",
["red"] = "R",
["a"] = "A",
["b"] = "B",
["g"] = "G",
["o"] = "O",
["br"] = "BR",
["r"] = "R"
}
}
return p