Module:Adjacent stations/Northern Pacific Railway

MyWikiBiz, Author Your Legacy — Saturday April 20, 2024
< Module:Adjacent stations
Revision as of 18:40, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Northern Pacific Railway)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Northern Pacific Railway/doc

local np = "%1 station (Northern Pacific Railway)"
local amtrak = "%1 station (Amtrak)"
local ore = "%1 station (Oregon)"
local wa = "%1 station (Washington)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Northern Pacific Railway]]",
	["system icon"] = "",
	["system color"] = "003F2A", --Dark green--
	["station format"] = {
		"%1 station",
                ["Alexandria"] = "Alexandria station (Minnesota)",
                ["Ashland"] = np,
                ["Ashland Junction"] = "Ashland Junction, Wisconsin",
                ["Auburn"] = np,
                ["Brainerd"] = np,
                ["Duluth"] = "Duluth Depot",
                ["Easton"] = wa,
                ["Fargo"] = np,
                ["Flensburg"] = np,
                ["Garfield"] = np,
                ["Granite"] = np,
                ["Grand Forks"] = np,
                ["Kent"] = np,
                ["Lakeview"] = wa,
                ["Lewiston"] = "Lewiston station (Idaho)",
                ["Livingston"] = np,
                ["Little Falls"] = "Northern Pacific Railway Depot (Little Falls, Minnesota)",
                ["Marshall"] = wa,
                ["Morris"] = np,
		["Minneapolis"] = "Minneapolis Great Northern Depot",
                ["Missoula"] = np,
                ["Portland"] = "Portland Union Station",
                ["Puyallup"] = np,
                ["Seattle"] = "King Street Station",
                ["Springdale"] = np,
                ["Spokane"] = "Spokane Intermodal Center",
                ["St. Paul"] = "Saint Paul Union Depot",
                ["Sumner"] = np,
                ["Superior"] = "Superior Union Station", 
                ["Tacoma"] = "Union Station (Tacoma, Washington)", 
                ["Vancouver, WA"] = "Vancouver station (Washington)",
                ["Wadena"] = "Wadena Depot",
                ["Winnipeg"] = "Union Station (Winnipeg)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "003F2A",	
		},
                ["Bitter Root Branch"] = {
			["title"] = "Bitter Root Branch",
			["left terminus"] = "Darby",
			["right terminus"] = "Missoula",
		},
                ["Washington Central Branch"] = {
			["title"] = "Washington Central Branch",
			["left terminus"] = "Coulee City",
			["right terminus"] = "Spokane",
		},
                ["Duluth-Ashland"] = {
			["title"] = "[[Duluth, Minnesota|Duluth]]&nbsp;– [[Ashland, Wisconsin|Ashland]]",
			["left terminus"] = "Duluth",
			["right terminus"] = "Ashland",
		},
                ["Fergus Falls Branch"] = {
			["title"] = "Fergus Falls Branch",
			["left terminus"] = "Oakes",
			["right terminus"] = "Wadena",
		},
                ["Gardiner-Livingston"] = {
			["title"] = "[[Yellowstone National Park]] Line",
			["left terminus"] = {"Gardiner"},
			["right terminus"] = "Livingston",
		},
                ["Little Falls-International Falls"] = {
			["title"] = "[[Little Falls, Minnesota|Little Falls]]&nbsp;– [[International Falls, Minnesota|International Falls]] (via [[Minnesota and International Railway]])",
			["left terminus"] = "Little Falls",
			["right terminus"] = "International Falls",
		},
                ["Spokane-Lewiston"] = {
			["title"] = "[[Spokane, Washington|Spokane]]&nbsp;– [[Lewiston, Idaho|Lewiston]]",
			["left terminus"] = "Spokane",
			["right terminus"] = "Lewiston",
		},
                ["Staples-Duluth"] = {
			["title"] = "[[Staples, Minnesota|Staples]]&nbsp;– [[Duluth, Minnesota|Duluth]]",
			["left terminus"] = "Staples",
			["right terminus"] = "Duluth",
		},
                ["Streeter-Fargo"] = {
			["title"] = "[[Streeter, North Dakota|Streeter]]&nbsp;– [[Fargo, North Dakota|Fargo]]",
			["left terminus"] = "Streeter",
			["right terminus"] = "Fargo",
		},
                ["Portland-Seattle"] = {
			["title"] = "[[Portland–Seattle Line]]",
			["left terminus"] = "Portland",
			["right terminus"] = "Seattle",
		},
                ["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = {"Seattle", "Tacoma"},
			["right terminus"] = "St. Paul",
		},
                ["Minneapolis-Duluth"] = {
			["title"] = "[[Minneapolis]]&nbsp;– [[Duluth, Minnesota|Duluth]]",
			["left terminus"] = "Minneapolis",
			["right terminus"] = "Duluth",
		},
                ["Morris Branch"] = {
			["title"] = "[[Morris, Minnesota|Morris]] Branch",
			["left terminus"] = "Morris",
			["right terminus"] = "Little Falls",
		},
                ["Wallace-Missoula"] = {
			["title"] = "[[Wallace, Idaho|Wallace]]&nbsp;– [[Missoula, Montana|Missoula]]",
			["left terminus"] = "Wallace",
			["right terminus"] = "Missoula",
		},
                ["Winnipeg-St. Paul"] = {
			["title"] = "[[Winnipeg]]&nbsp;– [[Saint Paul, Minnesota|St. Paul]]",
			["left terminus"] = "Winnipeg",
			["right terminus"] = "St. Paul",
		},
	},
        ["aliases"] = {
		["main"] = "Main Line",
                ["Winnipeg-Minneapolis"] = "Winnipeg-St. Paul",
	}
}

return p