Jump to content

Module:Adjacent stations/Kenosha Transit

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Kenosha Area Transit]]",
	["system icon"] = "",
	["system color"] = "007DC3",
	["station format"] = {
		"%1 station",
		["54th St."] = "Kenosha station",
	},
	["lines"] = {
		["Kenosha Streetcar"] = {
			["title"] = "[[Streetcars in Kenosha, Wisconsin|Kenosha Streetcar]]",
			["color"] = "007DC3",
			["left terminus"] = "One-way operation",
			["right terminus"] = "Next counter-clockwise",
			["circular"] = true,
		},
	},
}

return p