Module:Adjacent stations/Kaohsiung Rapid Transit

From blackwiki
< Module:Adjacent stations
Revision as of 15:33, 17 August 2018 by blackwiki>Szqecs
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/Kaohsiung Rapid Transit/doc

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

return p