Module:Adjacent stations/The Hop

MyWikiBiz, Author Your Legacy — Wednesday June 19, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/The Hop/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "[[The Hop (streetcar)|The Hop]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Intermodal Station"] = "Milwaukee Intermodal Station",
	},
	["lines"] = {
		["L-Line"] = {
			["title"] = "[[The Hop (streetcar)|L-Line]]",
			["color"] = "deb100",
		},
		["M-Line"] = {
			["title"] = "[[The Hop (streetcar)|M-Line]]",
			["color"] = "5086bf",
			["left terminus"] = "Intermodal Station",
			["right terminus"] = "Burns Commons",
		},
	},
}

return p