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 Jc86035 (1) (talk | contribs) at 09:54, 11 May 2018 (standardize "p" to allow self-references). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[File:Taoyuan Metro logo seal only.svg|18px|link=Taoyuan Metro]] [[Taoyuan Metro]]",
	["station format"] = {
		"%1 MRT station",
		["Taipei Main station"] = "%1 (Taoyuan Metro)",
		["Taoyuan HSR station"] = "%1",
		["Zhongli railway station"] = "%1"
	},
		["lines"] = {
			["Airport"] = {
			["line title"] = "[[Taoyuan Airport MRT]]",
			["colour"] = "8e47ad",
			["left terminus"] = "Taipei Main station",
			["right terminus"] = {
					{"Huanbei", "Airport Terminal 2"},
					["Huanbei"] = "Huanbei"
			}
		}
	}
}

return p