Jump to content

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

From Wikipedia, the free encyclopedia

local soo = "%1 station (Soo Line)"
local il = "%1 station (Illinois)"
local wi = "%1 station (Wisconsin)"
local mi = "%1 station (Michigan)"
local mn = "%1 station (Minnesota)"
local mt = "%1 station (Montana)"
local nd = "%1 station (North Dakota)"
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,
		["Ashland"] = "Soo Line Depot (Ashland, Wisconsin)",
		["Baldwin"] = soo,
		["Chicago"] = "Grand Central Station (Chicago)",
		["Chicago (Central Station)"] = "[[Central Station (Chicago terminal)|Chicago–Central]]",
		["Crosby"] = mn,
		["Des Plaines"] = soo,
		["Forest Park"] = soo,
		["Franklin Park"] = soo,
		["Garrison"] = nd,
		["Glenwood"] = soo,
		["Grays Lake"] = soo,
		["Hazel"] = soo,
		["McGregor"] = soo,
		["Minneapolis"] = "Minneapolis station (Milwaukee Road)",
		["Minot"] = soo,
		["New Brighton"] = soo,
		["New Richmond"] = wi,
		["Orchard Park"] = soo,
		["Osceola"] = wi,
		["Otisville"] = soo,
		["Outlook"] = mt,
		["Prairie Crossing"] = "Prairie Crossing station (North Central Service)",
		["River Forest"] = soo,
		["Riverton"] = soo,
		["St. Paul"] = "Saint Paul Union Depot",
		["Sault Ste. Marie"] = soo,
		["Sheridan"] = wi,
		["Superior"] = soo,
		["Wheeling"] = metra,
		["Wilton"] = nd,
		["Winnipeg"] = "Winnipeg station (Canadian Pacific Railway)",
	},
	["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",
		},
		["Dresser Junction-Duluth"] = {
			["title"] = "[[Dresser Junction]] – [[Duluth, Minnesota|Duluth]]",
			["left terminus"] = "Dresser Junction",
			["right terminus"] = "Duluth",
		},
		["Minneapolis-Sault Ste. Marie"] = {
			["title"] = "[[Minneapolis]] – [[Sault Ste. Marie, Michigan|Sault Ste. Marie]]",
			["left terminus"] = "Minneapolis",
			["right terminus"] = "Sault Ste. Marie",
		},
		["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",
		},
		["Spencer-Ashland"] = {
			["title"] = "[[Spencer, Wisconsin|Spencer]] – [[Ashland, Wisconsin|Ashland]]",
			["left terminus"] = "Ashland",
			["right terminus"] = "Spencer",
		},
		["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