Module:Adjacent stations/Kenosha Transit

< Module:Adjacent stations
Revision as of 18:31, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Kenosha Transit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["lang"] = "en-US",
	["system title"] = "[[Kenosha Transit]]",
	["system icon"] = "",
	["system color"] = "007DC3",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["Kenosha Streetcar"] = {
			["title"] = "[[Streetcars in Kenosha, Wisconsin|Kenosha Streetcar]]",
			["color"] = "007DC3",
			["left terminus"] = "Next counterclockwise",
			["right terminus"] = "Next counterclockwise",
			["circular"] = true,
		},
	},
}

return p