This is a data module for Module:Adjacent stations. It supports services operated by Kenosha Area Transit.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Kenosha Streetcar | Kenosha Streetcar |
007DC3 |
|
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