Jump to content

Module:Adjacent stations/Kenosha Transit

From Humanipedia
Revision as of 21:33, 3 February 2025 by Humanipedia (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a data module for Module:Adjacent stations. It supports services operated by Kenosha Area Transit.

Lines

Template:Rail template doc Template:Rail template doc Template:Rail template doc


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