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 |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 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 |
| |
Gardiner – Livingston (Yellowstone Gateway | 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 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 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,
["Kent"] = np,
["Lakeview"] = wa,
["Livingston"] = np,
["Minneapolis"] = "Minneapolis Great Northern Depot",
["Portland"] = "Portland Union Station",
["Puyallup"] = np,
["Seattle"] = "King Street Station",
["Sumner"] = np,
["Tacoma"] = "Union Station (Tacoma, Washington)",
["Vancouver, WA"] = "Vancouver station (Washington)",
},
["lines"] = {
["_default"] = {
["color"] = "003F2A",
},
["Gardiner-Livingston"] = {
["title"] = "[[Gardiner, Montana|Gardiner]] – [[Livingston, Montana|Livingston]] ([[Yellowstone National Park|Yellowstone]] Gateway",
["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",
},
},
}
return p