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 |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | A |
|
File:Taoyuan Metro logo seal only.svg | |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | B |
|
File:Taoyuan Metro logo seal only.svg | |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | G |
|
File:Taoyuan Metro logo seal only.svg | |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | O |
|
File:Taoyuan Metro logo seal only.svg | |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | BR |
|
File:Taoyuan Metro logo seal only.svg | |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | R |
|
File:Taoyuan Metro logo seal only.svg |
local p = {
["system title"] = "[[Taoyuan Metro]]",
["system icon"] = "[[File:Taoyuan Metro logo seal only.svg|18px|link=Taoyuan Metro]]",
["station format"] = {
"%1 MRT station",
["Taipei main station"] = "%1 (Taoyuan Metro)",
["Taoyuan HSR station"] = "%1",
["Zhongli railway station"] = "%1"
},
["lines"] = {
["Airport"] = {
["title"] = "[[Taoyuan Airport MRT]]",
["left terminus"] = "Taipei main station",
["right terminus"] = {
{"Huanbei", "Airport Terminal 2"},
["Huanbei"] = "Huanbei"
},
["types"] = {
["Express"] = {
["title"] = "Express",
["color"] = "774698"
},
["Commuter"] = {
["title"] = "Commuter",
["color"] = "145ba9"
}
}
},
["Airport E"] = {
["title"] = "[[Taoyuan Airport MRT]]",
["note-mid"] = "Express",
["color"] = "774698",
["left terminus"] = "Taipei main station",
["right terminus"] = "Airport Terminal 2",
},
["Airport C"] = {
["title"] = "[[Taoyuan Airport MRT]]",
["note-mid"] = "Commuter",
["color"] = "145ba9",
["left terminus"] = "Taipei main station",
["right terminus"] = "Huanbei",
}
}
}
return p