Jump to content

Module:Adjacent stations/Kaohsiung Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 23:06, 8 June 2022 (syntax). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local x = "%1 light rail station"

local p = {
	["system title"] = "[[Kaohsiung Metro]]",
	["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit]]",
	["station format"] = {
		"%1 metro station",
		["Central Park"] = "Central Park metro station (Taiwan)",
		["Ciaotou"] = "Ciaotou Station (Kaohsiung Metro)",
		["Kaohsiung Main Station"] = "%1",
		["Zuoying"] = "%1 HSR station",
		
		-- Circular light rail
		["Lizihnei"] = x,
		["Kaisyuan Rueitian"] = x,
		["Cianjhen Star"] = x,
		["Kaisyuan Jhonghua"] = x,
		["Dream Mall"] = x,
		["Commerce and Trade Park"] = x,
		["Software Technology Park"] = x,
		["Kaohsiung Exhibition Center"] = x,
		["Cruise Terminal"] = x,
		["Glory Pier"] = x,
		["Love Pier"] = x,
		["Dayi Pier-2"] = x,
		["Penglai Pier-2"] = x,
		["Hamasen"] = x
	},
	["lines"] = {
		["R"] = {
			["title"] = "[[Red line (Kaohsiung Metro)|Red line]]",
			["short name"] = "Red line",
			["color"] = "e20b65",
			["icon"] = "[[File:Kaohsiung MRT Red Line.svg|20px|link=Red line (Kaohsiung Metro)]]",
			["left terminus"] = "Gangshan South",
			["right terminus"] = "Siaogang"
		},
		["O"] = {
			["title"] = "[[Orange line (Kaohsiung Metro)|Orange line]]",
			["short name"] = "Orange line",
			["color"] = "faa73f",
			["icon"] = "[[File:Kaohsiung Metro Orange Line.svg|20px|link=Orange line (Kaohsiung Metro)]]",
			["left terminus"] = "Sizihwan",
			["right terminus"] = "Daliao"
		},
		["C"] = {
			["title"] = "[[Circular light rail]]",
			["short name"] = "Circular line",
			["color"] = "7cbd52",
			["icon"] = "[[File:Kaohsiung LRT Circular Line.svg|20px|link=Circular light rail]]",
			["left terminus"] = "Lizihnei",
			["right terminus"] = "Hamasen"
		},
		-- Future lines
		["Y"] = {
			["title"] = "[[Yellow line (Kaohsiung Metro)|Yellow line]]",
			["short name"] = "Yellow line",
			["color"] = "ffc100",
			["icon"] = "[[File:Kaohsiung Rapid Transit Yellow Line.svg|20px|link=Yellow line (Kaohsiung Metro)]]",
			["left terminus"] = {"Cruise Terminal", "Cianjhen Senior High School"},
			["right terminus"] = "Dipu"
		},
		-- Proposed
		["Yanchao"] = {
			["title"] = "[[Kaohsiung Metro#All projects|Yanchao line]]",
			["short name"] = "Yanchao line",
			["color"] = "c100ff"
		},
		["Youchang"] = {
			["title"] = "[[Kaohsiung Metro#All projects|Youchang line]]",
			["short name"] = "Youchang line",
			["color"] = "008583"
		},
		["Fongshan"] = {
			["title"] = "[[Kaohsiung Metro#All projects|Fongshan line]]",
			["short name"] = "Fongshan line",
			["color"] = "007fff"
		},
		["Green"] = {
			["title"] = "[[Kaohsiung Metro#All projects|Green line]]",
			["short name"] = "Green line",
			["color"] = "50cb00"
		},
		["Foguangshan"] = {
			["title"] = "[[Kaohsiung Metro#All projects|Foguangshan line]]",
			["short name"] = "Foguangshan line",
			["color"] = "aa34c0"
		},
	},
	["aliases"] = {
		["Circular"] = "C",
		["c"] = "C",
		["circular"] = "C",
		["Orange"] = "O",
		["o"] = "O",
		["orange"] = "O",
		["Red"] = "R",
		["r"] = "R",
		["red"] = "R",
		["Yellow"] = "Y",
		["y"] = "Y",
		["yellow"] = "Y"
	}
}

return p