Module:Adjacent stations/Grand Trunk Western Railroad

local gtw = "%1 station (Grand Trunk Western Railroad)"
local mi = "%1 station (Michigan)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Grand Trunk Western Railroad]]",
	["system color"] = "000000",
	["system icon"] = "",
	["station format"] = {
		"%1 station ",
		["47th Street"] = "47th Street station (Chicago and Western Indiana Railroad)",
		["59th Street"] = gtw,
		["Ashland Avenue"] = gtw,
		["Birmingham"] = "Grand Trunk Western Railroad Depot (Birmingham, Michigan)",
		["Blue Island"] = gtw,
		["Charing Cross"] = gtw,
		["Chesterfield"] = gtw,
		["Chicago"] = "Dearborn Station",
		["Detroit"] = "Brush Street Station",
		["Duffield"] = gtw,
		["Durand"] = "Durand Union Station",
		["Ferndale"] = gtw,
		["Fraser"] = gtw,
		["Griffith"] = "Griffith Grand Trunk Depot",
		["Halsted Street"] = gtw,
		["Harvey"] = gtw,
		["Highland Park"] = gtw,
		["Lansing"] = "Grand Trunk Western station (Lansing)",
		["Morrell Park"] = "Kedzie station (CTA Orange Line)",
		["Pontiac"] = "Pontiac Transportation Center",
		["Port Huron"] = gtw,
		["Royal Oak"] = mi,
		["South Bend"] = "Union Station (South Bend, Indiana)",
		["South Boulevard"] = gtw,
		["Trowbridge"] = gtw,
		["Valparaiso"] = gtw,
		["Vernon"] = gtw,
		["Western Avenue"] = "Western station (CTA Orange Line)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",	
		},
		["Cincinnati, Saginaw and Mackinaw Division"] = {
			["title"] = "Cincinnati, Saginaw and Mackinaw Division",
			["left terminus"] = "Oa-at-ka Beach",
			["right terminus"] = "Durand",
		},
		["Detroit and Milwaukee Division"] = {
			["title"] = "Detroit and Milwaukee Division",
			["left terminus"] = "Detroit",
			["right terminus"] = "Grand Haven",
		},
		["Detroit-Port Huron"] = {
			["title"] = "[[Detroit]] – [[Port Huron, Michigan|Port Huron]]",
			["left terminus"] = "Detroit",
			["right terminus"] = "Port Huron",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Chicago",
			["right terminus"] = "Port Huron",
		},
		["Suburban Chicago"] = {
			["title"] = "Suburban Service (Chicago)",
			["left terminus"] = "Chicago",
			["right terminus"] = "Valparaiso",
		},
		["Suburban Detroit"] = {
			["title"] = "Suburban Service (Detroit)",
			["left terminus"] = "Detroit",
			["right terminus"] = "Pontiac",
		},
	},
	["aliases"] = {
		["main"] = "Main Line",
	}
}

return p