Jump to content

Module:Adjacent stations/Kaohsiung Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Szqecs (talk | contribs) at 06:38, 29 August 2018 (Szqecs moved page Module:Adjacent stations/Kaohsiung Rapid Transit System to Module:Adjacent stations/Kaohsiung Rapid Transit without leaving a redirect). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Kaohsiung Rapid Transit]]",
	["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit]]",
	["station format"] = {
		"%1 MRT station",
		["Ciaotou station"] = "Qiaotou station",
		["Hamasen"] = "Sizihwan station",
		["Kaohsiung main station"] = "Kaohsiung station",
		["Lizihnei"] = "Lizihnei LRT station",
		["Zuoying"] = "Zuoying HSR station"
	},
	["lines"] = {
		["Red"] = {
			["title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
			["color"] = "ea0061",
			["left terminus"] = "Gangshan South",
			["right terminus"] = "Siaogang"
		},
		["Orange"] = {
			["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
			["color"] = "fd973c",
			["left terminus"] = "Sizihwan",
			["right terminus"] = "Daliao"
		},
		["Circular"] = {
			["title"] = "[[Circular light rail]]",
			["color"] = "77c35e",
			["left terminus"] = "Hamasen",
			["right terminus"] = "Lizihnei"
		}
	}
}

return p