Difference between revisions of "Module:Adjacent stations/Kenosha Transit"
Jump to navigation
Jump to search
blackwiki>Mackensen (←Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Kenosha Transit", ["system icon"] = "", ["system color"] = "007DC3", ["station format"] = { "%1 st...') |
m (3 revisions imported) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 8: | Line 8: | ||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
| − | ["Kenosha Streetcar | + | ["Kenosha Streetcar"] = { |
| − | ["title"] = "[[Streetcars in Kenosha, Wisconsin|Kenosha Streetcar | + | ["title"] = "[[Streetcars in Kenosha, Wisconsin|Kenosha Streetcar]]", |
["color"] = "007DC3", | ["color"] = "007DC3", | ||
["left terminus"] = "Next counterclockwise", | ["left terminus"] = "Next counterclockwise", | ||
Latest revision as of 12:39, 26 September 2020
This is a data module for Module:Adjacent stations. It supports services operated by Kenosha Transit.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc
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