Jump to content

Module:Adjacent stations/Kaohsiung Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Owennson (talk | contribs) at 08:21, 26 January 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[高雄捷運]]",
	["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=高雄摍運]]",
	["station format"] = {
		"%1站",
		["橋頭火車站"] = "橋頭火車站",
		["高雄車站"] = "%1",
		["哈瑪星"] = "哈瑪星站",
		["籬子內"] = "籬子內站",
		["左營"] = "新左營站"
	},
	["lines"] = {
		["紅"] = {
			["title"] = "[[高雄捷運紅線|紅線]]",
			["color"] = "ea0061",
			["left terminus"] = "南岡山",
			["right terminus"] = "小港"
		},
		["橘"] = {
			["title"] = "[[高雄捷運橘線|橘線]]",
			["color"] = "fd973c",
			["left terminus"] = "西子灣",
			["right terminus"] = "大寮"
		},
		["環"] = {
			["title"] = "[[高雄環狀輕軌]]",
			["color"] = "77c35e",
			["left terminus"] = "哈瑪星",
			["right terminus"] = "籬子內"
		}
	},
	["aliases"] = {
		["r"] = "Red",
		["o"] = "Orange",
		["c"] = "Circular"
	}
}

return p