local p = {
	["lang"] = "en-US",
	["system title"] = "[[The Hop (streetcar)|The Hop]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Intermodal Station"] = "Milwaukee Intermodal Station",
		["City Hall"] = "Milwaukee City Hall#Transportation",
		["Cathedral Square"] = "Cathedral Square Park",
		["Burns Commons"] = "Burns Commons",
		["Historic Third Ward"] = "Historic Third Ward (Milwaukee)#21st Century",
		["Wisconsin Avenue"] = "The Hop (streetcar)#Stations",
	},
	["lines"] = {
		["L-Line"] = {
			["title"] = "[[The Hop (streetcar)|L-Line]]",
			["color"] = "deb100",
			["left terminus"] = "Historic Third Ward",
			["right terminus"] = "Lakefront",
		},
		["M-Line"] = {
			["title"] = "[[The Hop (streetcar)|M-Line]]",
			["color"] = "5086bf",
			["left terminus"] = "Intermodal Station",
			["right terminus"] = "Burns Commons",
		},
	},
}

return p