Jump to content

Module:Adjacent stations/North Shore Line

From Wikipedia, the free encyclopedia

local il = "%1 station (Illinois)"
local nsl = "%1 station (North Shore Line)"
local wi = "%1 station (Wisconsin)"

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)",
		["Braeside"] = nsl,
		["Central Avenue"] = il,
		["Central"] = "Central station (CTA Purple Line)",
		["Church"] = nsl,
		["Congress Terminal"] = "%1",
		["Dempster Street"] = "Dempster–Skokie station",
		["Elm Street"] = il,
		["Forest Avenue"] = il,
		["Fort Sheridan"] = nsl,
		["Foster Street"] = "Foster station",
		["Garfield Avenue"] = il,
		["Glenview"] = nsl,
		["Grand Avenue"] = "Grand station (CTA North Side Main Line)",
		["Harrison Street"] = wi,
		["Highland Park"] = nsl,
		["Howard Street"] = "Howard station (CTA)",
		["Hubbard Woods"] = nsl,
		["Indian Hill"] = nsl,
		["Kenilworth"] = nsl,
		["Kenosha"] = nsl,
		["Lake Forest"] = nsl,
		["Libertyville"] = nsl,
		["Linden"] = "Linden station (CTA)",
		["Milwaukee"] = nsl,
		["Mundelein"] = nsl,
		["Northbrook"] = nsl,
		["Northfield"] = il,
		["Park Avenue"] = il,
		["Quincy"] = "Quincy station (CTA)",
		["Racine"] = nsl,
		["Randolph/Wabash"] = "[[Randolph/Wabash station|Randolph/​Wabash]]",
		["Ravinia"] = nsl,
		["Ravinia Park"] = nsl,
		["Rondout"] = nsl,
		["Roosevelt"] = "[[Roosevelt station (CTA)|Roosevelt Road]]",
		["Sacred Heart"] = il,
		["Waukegan"] = nsl,
		["Wilmette"] = nsl,
		["Wilson Avenue"] = "Wilson station (CTA)",
		["Winthrop Harbor"] = nsl,
		["Zion"] = nsl,
		["4th Street"] = il,
		"%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