Module:Adjacent stations/Taoyuan Metro

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"
		},
		["R"] = {
			["title"] = "[[Red line (Taoyuan Metro)|Red line]]",
			["color"] = "b20016"
		},
		["G"] = {
			["title"] = "[[Green line (Taoyuan Metro)|Green line]]",
			["color"] = "62a033",
			["icon"] = "[[File:TaoyuanMetroLineG.png|18px|link=Green line (Taoyuan Metro)]]"
		},
		["O"] = {
			["title"] = "[[Orange line (Taoyuan Metro)|Orange line]]",
			["color"] = "ffa500"
		},
		["BR"] = {
			["title"] = "[[Brown line (Taoyuan Metro)|Brown line]]",
			["color"] = "824729"
		}
	},
	["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