Jump to content

Module:Adjacent stations/Kenosha Transit: Difference between revisions

From Humanipedia
hp>SleepTrain456
Fixed a redirect.
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 3 February 2025

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

Lines[edit source]

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