Module:Adjacent stations/Northern Pacific Railway
Appearance
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 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Washington Central Branch |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Duluth-Ashland |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Fergus Falls Branch |
003F2A |
| |
Yellowstone National Park Line | Gardiner-Livingston |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Little Falls-International Falls |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Spokane-Lewiston |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Staples-Duluth |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Streeter-Fargo |
003F2A |
| |
Portland–Seattle Line | Portland-Seattle |
003F2A |
| |
Main Line | Main Line |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Minneapolis-Duluth |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Morris Branch |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Taylors Falls Branch |
003F2A |
| |
Wallace – Missoula | Wallace-Missoula |
003F2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Winnipeg-St. Paul |
003F2A |
|
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",
["Auburn"] = np,
["Granite"] = np,
["Grand Forks"] = np,
["Kent"] = np,
["Lakeview"] = wa,
["Livingston"] = np,
["Minneapolis"] = "Minneapolis Great Northern Depot",
["Missoula"] = np,
["Portland"] = "Portland Union Station",
["Puyallup"] = np,
["Seattle"] = "King Street Station",
["Springdale"] = np,
["Sumner"] = np,
["Tacoma"] = "Union Station (Tacoma, Washington)",
["Vancouver, WA"] = "Vancouver station (Washington)",
},
["lines"] = {
["_default"] = {
["color"] = "003F2A",
},
["Bitter Root Branch"] = {
["title"] = "Bitter Root Branch",
["left terminus"] = "Darby",
["right terminus"] = "Missoula",
},
["Gardiner-Livingston"] = {
["title"] = "[[Yellowstone National Park]] Line",
["left terminus"] = {"Gardiner"},
["right terminus"] = "Livingston",
},
["Portland-Seattle"] = {
["title"] = "[[Portland–Seattle Line]]",
["left terminus"] = "Portland",
["right terminus"] = "Seattle",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = {"Seattle", "Tacoma"},
["right terminus"] = "Minneapolis",
},
["Wallace-Missoula"] = {
["title"] = "[[Wallace, Idaho|Wallace]] – [[Missoula, Montana|Missoula]]",
["left terminus"] = "Wallace",
["right terminus"] = "Missoula",
},
["Winnpieg-Minneapolis"] = {
["title"] = "[[Winnipeg]] – [[Minneapolis]]",
["left terminus"] = "Winnipeg",
["right terminus"] = "Minneapolis",
},
},
}
return p