Module:Adjacent stations/Kaohsiung Metro/sandbox

This is the current revision of this page, as edited by Twoggo (talk | contribs) at 01:33, 9 January 2022 (Twoggo moved page Module:Adjacent stations/Kaohsiung Rapid Transit/sandbox to Module:Adjacent stations/Kaohsiung Metro/sandbox without leaving a redirect: match main kahosiung metro article name). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["lang"] = "en-GB",
	["system title"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit System]] [[Kaohsiung Rapid Transit System]]",
	["station format"] = {
		"%1 MRT station",
		["Ciaotou"] = "Qiaotou station",
		["Kaohsiung Main station"] = "Kaohsiung station",
		["Zuoying"] = "Zuoying HSR station",
		
		["Hamasen"] = "%1 LRT station",
		["Lizihnei"] = "%1 LRT 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