Module:Adjacent stations/Minneapolis, St. Paul and Sault Ste. Marie Railroad

local soo = "%1 station (Soo Line)"
local il = "%1 station (Illinois)"
local metra = "%1 station (Metra)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Minneapolis, St. Paul and Sault Ste. Marie Railroad|Soo Line]]",
	["system icon"] = "",
	["system color"] = "cc0440",
	["name format"] = "background-color: #fff; font-size: 200%; text-transform:uppercase; font-family: Arial; color: black; font-weight: bolder; text-align: center; font-style: bold; border-top: 3px solid #fff; border-bottom: 3px solid #fff; border-right: 3px solid #fff; border-left: 3px solid #fff; border-width: 50%; padding: 0.4em 0 0.4em 0;",
	["station format"] = {
		"%1 station",
		["Antioch"] = il,
		["Baldwin"] = soo,
		["Chicago"] = "Grand Central Station (Chicago)",
		["Des Plaines"] = soo,
		["Forest Park"] = soo,
		["Franklin Park"] = soo,
		["Glenwood"] = soo,
		["Grays Lake"] = soo,
		["Hazel"] = soo,
		["McGregor"] = soo,
		["Orchard Park"] = soo,
		["Prairie Crossing"] = "Prairie Crossing station (North Central Service)",
		["River Forest"] = soo,
		["Riverton"] = soo,
		["Wheeling"] = metra,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "cc0440",
		},
		["main"] = {
			["title"] = "Main Line",
			["left terminus"] = "Portal",
			["right terminus"] = "Chicago",
		},
		["Brooten-Duluth"] = {
			["title"] = "[[Brooten, Minnesota|Brooten]] – [[Duluth, Minnesota|Duluth]]",
			["left terminus"] = "Brooten",
			["right terminus"] = "Duluth",
		},
		["Plummer-Moose Lake"] = {
			["title"] = "[[Plummer, Minnesota|Plummer]] – [[Moose Lake, Minnesota|Moose Lake]]",
			["left terminus"] = "Plummer",
			["right terminus"] = "Moose Lake",
		},
		["Riverton-McGregor"] = {
			["title"] = "[[Riverton, Minnesota|Riverton]] – [[McGregor, Minnesota|McGregor]]",
			["left terminus"] = "Riverton",
			["right terminus"] = "McGregor",
		},
		["Whitetail-Flaxton"] = {
			["title"] = "[[Whitetail, Montana|Whitetail]] – [[Flaxton, North Dakota|Flaxton]]",
			["left terminus"] = "Whitetail",
			["right terminus"] = "Flaxton",
		},
		["Pollock-Wishek"] = {
			["title"] = "[[Pollock, South Dakota|Pollock]] – [[Wishek, North Dakota|Wishek]]",
			["left terminus"] = "Pollock",
			["right terminus"] = "Wishek",
		},
		["Kenmare-Thief River Falls"] = {
			["title"] = "[[Kenmare, North Dakota|Kenmare]] – [[Thief River Falls, Minnesota|Thief River Falls]]",
			["left terminus"] = "Kenmare",
			["right terminus"] = "Thief River Falls",
		},
		["Winnipeg-Glenwood"] = {
			["title"] = "[[Winnipeg, Manitoba|Winnipeg]] – [[Glenwood, Minnesota|Glenwood]]",
			["left terminus"] = "Winnipeg",
			["right terminus"] = "Glenwood",
		},
		["Bismarck-Max"] = {
			["title"] = "[[Bismarck, North Dakota|Bismarck]] – [[Max, North Dakota|Max]]",
			["left terminus"] = "Bismarck",
			["right terminus"] = "Max",
		},
	},
}

return p