Module:Adjacent stations/The Hop

< Module:Adjacent stations
Revision as of 16:29, 3 March 2019 by imported>Mackensen (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "The Hop", ["system icon"] = "", ["station format"] = { "%1 station", ["Interm...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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