Jump to content

Module:Adjacent stations/North Shore Line

From Wikipedia, the free encyclopedia

local nsl = "%1 station (North Shore Line)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chicago North Shore and Milwaukee Railroad]]",
	["system icon"] = "",
	["station format"] = {
		["Belmont Avenue"] = "Belmont station (CTA North Side Main Line)",
		["Central"] = "Central station (CTA Purple Line)",
		["Church"] = nsl,
		["Grand Avenue"] = "Grand station (CTA North Side Main Line)",
		["Howard Street"] = "Howard station (CTA)",
		["Linden"] = nsl,
		["Milwaukee"] = "Milwaukee (North Shore Line station)",
		["Quincy"] = "Quincy station (CTA)",
		["Roosevelt"] = "[[Roosevelt station (CTA)|Roosevelt Road]]",
		["Wilson Avenue"] = "Wilson station (CTA)",
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "ff4500",
		},
		["Main"] = {
			["title"] = "[[Chicago North Shore and Milwaukee Railroad|North Shore Line]]",
			["left terminus"] = "Milwaukee",
			["right terminus"] = "Roosevelt",
		},
	},
}

return p