This is a data module for Module:Adjacent stations. It supports services operated by Northern Pacific Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Bitter Root Branch | Bitter Root Branch |
003F2A |
| |
Washington Central Branch | Washington Central Branch |
003F2A |
| |
Duluth – Ashland | Duluth-Ashland |
003F2A |
| |
Fergus Falls Branch | Fergus Falls Branch |
003F2A |
| |
Yellowstone National Park Line | Gardiner-Livingston |
003F2A |
| |
Little Falls – International Falls (via Minnesota and International Railway) | Little Falls-International Falls |
003F2A |
| |
Spokane – Lewiston | Spokane-Lewiston |
003F2A |
| |
Staples – Duluth | Staples-Duluth |
003F2A |
| |
Streeter – Fargo | Streeter-Fargo |
003F2A |
| |
Portland–Seattle Line | Portland-Seattle |
003F2A |
| |
Main Line | Main Line |
003F2A |
| |
Minneapolis – Duluth | Minneapolis-Duluth |
003F2A |
| |
Morris Branch | Morris Branch |
003F2A |
| |
Taylors Falls Branch | Taylors Falls Branch |
003F2A |
| |
Wallace – Missoula | Wallace-Missoula |
003F2A |
| |
Winnipeg – St. Paul | Winnipeg-St. Paul |
003F2A |
|
local np = "%1 station (Northern Pacific Railway)"
local amtrak = "%1 station (Amtrak)"
local mt = "%1 station (Montana)"
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,
["Darby"] = 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",
["Story"] = mt,
["Sumner"] = np,
["Superior"] = "Superior Union Station",
["Tacoma"] = "Union Station (Tacoma, Washington)",
["Vancouver, WA"] = "Vancouver station (Washington)",
["Wadena"] = "Wadena Depot",
["Whitehall"] = mt,
["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"] = "[[Northern Transcon|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",
},
["Taylors Falls Branch"] = {
["title"] = "Taylors Falls Branch",
["left terminus"] = "Wyoming",
["right terminus"] = "Taylors 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