Module:Adjacent stations/Northern Pacific Railway
MyWikiBiz, Author Your Legacy — Thursday December 26, 2024
Jump to navigationJump to searchDocumentation 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]] – [[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]] – [[International Falls, Minnesota|International Falls]] (via [[Minnesota and International Railway]])", ["left terminus"] = "Little Falls", ["right terminus"] = "International Falls", }, ["Spokane-Lewiston"] = { ["title"] = "[[Spokane, Washington|Spokane]] – [[Lewiston, Idaho|Lewiston]]", ["left terminus"] = "Spokane", ["right terminus"] = "Lewiston", }, ["Staples-Duluth"] = { ["title"] = "[[Staples, Minnesota|Staples]] – [[Duluth, Minnesota|Duluth]]", ["left terminus"] = "Staples", ["right terminus"] = "Duluth", }, ["Streeter-Fargo"] = { ["title"] = "[[Streeter, North Dakota|Streeter]] – [[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]] – [[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]] – [[Missoula, Montana|Missoula]]", ["left terminus"] = "Wallace", ["right terminus"] = "Missoula", }, ["Winnipeg-St. Paul"] = { ["title"] = "[[Winnipeg]] – [[Saint Paul, Minnesota|St. Paul]]", ["left terminus"] = "Winnipeg", ["right terminus"] = "St. Paul", }, }, ["aliases"] = { ["main"] = "Main Line", ["Winnipeg-Minneapolis"] = "Winnipeg-St. Paul", } } return p