Difference between revisions of "Module:Adjacent stations/Kenosha Transit"

From blackwiki
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...')
 
blackwiki>Mackensen
Line 9: Line 9:
 
["lines"] = {
 
["lines"] = {
 
["Kenosha Streetcar Line"] = {
 
["Kenosha Streetcar Line"] = {
["title"] = "[[Streetcars in Kenosha, Wisconsin|Kenosha Streetcar Line]]",
+
["title"] = "[[Streetcars in Kenosha, Wisconsin|Kenosha Streetcar]]",
 
["color"] = "007DC3",
 
["color"] = "007DC3",
 
["left terminus"] = "Next counterclockwise",
 
["left terminus"] = "Next counterclockwise",

Revision as of 23:53, 12 July 2019

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Kenosha Transit]]",
	["system icon"] = "",
	["system color"] = "007DC3",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["Kenosha Streetcar Line"] = {
			["title"] = "[[Streetcars in Kenosha, Wisconsin|Kenosha Streetcar]]",
			["color"] = "007DC3",
			["left terminus"] = "Next counterclockwise",
			["right terminus"] = "Next counterclockwise",
			["circular"] = true,
		},
	},
}

return p