Module:Adjacent stations/Taoyuan Metro

local p = {

["system title"] = "Taoyuan Metro",

["system icon"] = "File:Taoyuan Metro logo plain.svg",

["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"] = " ",

["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"] = "Airport MRT",

["color"] = "0057b8",

["icon"] = "File:Taoyuan Metro Line B.svg",

},

["G"] = {

["title"] = "Green line",

["color"] = "62a033",

["icon"] = "File:Taoyuan Metro Line G.svg"

},

["O"] = {

["title"] = "Orange line",

["color"] = "ffa500",

["icon"] = "File:Taoyuan Metro Line O.svg",

},

["BR"] = {

["title"] = "Brown line",

["color"] = "824729",

["icon"] = "File:Taoyuan Metro Line BR.svg",

},

["R"] = {

["title"] = "Red line",

["color"] = "b20016",

["icon"] = "File:Taoyuan Metro Line R.svg",

}

},

["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