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

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]]",
	["rail box format"] = "title",
	["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"] = {
		["_default"] = {
			["title"] = "[[%1 line (Kaohsiung Metro)|%1 line]]"
		},
		["Red"] = {
			["color"] = "e20b65",
			["icon"] = "[[File:Kaohsiung MRT Red Line.svg|20px|link=Red line (Kaohsiung Metro)]]",
			["left terminus"] = "Gangshan South",
			["right terminus"] = "Siaogang"
		},
		["Orange"] = {
			["color"] = "faa73f",
			["icon"] = "[[File:Kaohsiung Metro Orange Line.svg|20px|link=Orange line (Kaohsiung Metro)]]",
			["left terminus"] = "Sizihwan",
			["right terminus"] = "Daliao"
		},
		["Circular"] = {
			["title"] = "[[Circular light rail]]",
			["short name"] = "Circular line",
			["color"] = "7cbd52",
			["icon"] = "[[File:Kaohsiung LRT Circular Line.svg|20px|link=Circular light rail]]",
			["circular"] = 1,
			["left terminus"] = "outer loop / anticlockwise",
			["right terminus"] = "inner loop / clockwise"
		},
		-- Future lines
		["Yellow"] = {
			["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]]",
			["color"] = "c100ff"
		},
		["Youchang"] = {
			["title"] = "[[Kaohsiung Metro#All projects|Youchang line]]",
			["color"] = "008583"
		},
		["Fongshan"] = {
			["title"] = "[[Kaohsiung Metro#All projects|Fongshan line]]",
			["color"] = "007fff"
		},
		["Green"] = {
			["title"] = "[[Kaohsiung Metro#All projects|Green line]]",
			["color"] = "50cb00"
		},
		["Foguangshan"] = {
			["title"] = "[[Kaohsiung Metro#All projects|Foguangshan line]]",
			["color"] = "aa34c0"
		},
		["Cijin"] = {
		["title"] = "[[Kaohsiung Metro#All projects|Cijin line]]",
		["color"] = "e10a65"
		},
	},
	["aliases"] = {
		["circular"] = "Circular",
		["c"] = "Circular",
		["orange"] = "Orange",
		["o"] = "Orange",
		["red"] = "Red",
		["r"] = "Red",
		["yellow"] = "Yellow",
		["y"] = "Yellow"
	}
}

return p