Jump to content

Module:Adjacent stations/Taoyuan Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Szqecs (talk | contribs) at 10:26, 18 August 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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]]",
			["color"] = "8e47ad",
			["left terminus"] = "Taipei main station",
			["right terminus"] = {
				{"Huanbei", "Airport Terminal 2"},
				["Huanbei"] = "Huanbei"
			}
		}
	}
}

return p