Module:Adjacent stations/Taoyuan Metro

From blackwiki
< Module:Adjacent stations
Revision as of 13:02, 30 December 2018 by blackwiki>Jc86035 (prevent colour issues)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/Taoyuan Metro/doc

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 MRT station",
		["Taipei main station"] = "%1 (Taoyuan Metro)",
		["Taoyuan HSR station"] = "%1",
		["Zhongli railway station"] = "%1"
	},
	["lines"] = {
		["A"] = {
			["title"] = "[[Taoyuan Airport MRT|Airport MRT]]",
			["color"] = "774698",
			["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"
				}
			}
		}
	},
	["aliases"] = {
		["airport"] = "A"
	}
}

return p