Module:Adjacent stations/Great Northern Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Great Northern Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Antler-Rugby |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Butte-Havre |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Cass Lake-Sauk Center |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Devils Lake-Fargo |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Grand Forks-Duluth |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Grenora-Stanley |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Hutchinson-Minneapolis |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Larimore-Breckenridge |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Marcus-Nelson |
21819a |
| |
Portland–Seattle Line | Portland-Seattle |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Portland Junction-Fargo |
21819a |
| |
Vancouver, BC – Seattle | Main Line |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Milaca-Minneapolis |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | St. Paul-Duluth |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Oroville-Wenatchee |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Shelby-Billings |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Sweet Grass-Shelby |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Vancouver Branch |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Wenatchee-Mansfield |
21819a |
|
local up = "%1 station (Great Northern Railway)"
local amtrak = "%1 station (Amtrak)"
local ore = "%1 station (Oregon)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Great Northern Railway (U.S.)|Great Northern Railway]]",
["system icon"] = "",
["system color"] = "21819a", --Light blue for now, maybe orange would be better?--
["station format"] = {
"%1 station",
["Minneapolis"] = "Minneapolis Great Northern Depot",
["Portland"] = "Portland Union Station",
["Seattle"] = "King Street Station",
["Vancouver, BC"] = "Pacific Central Station",
["Vancouver, WA"] = "Vancouver station (Washington)",
},
["lines"] = {
["_default"] = {
["color"] = "21819a",
},
["Portland-Seattle"] = {
["title"] = "[[Portland–Seattle Line]]",
["left terminus"] = "Portland",
["right terminus"] = "Seattle",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Seattle",
["right terminus"] = "Minneapolis",
},
["Main Line"] = {
["title"] = "[[International (GN train)|Vancouver, BC – Seattle]]",
["left terminus"] = "Seattle",
["right terminus"] = "Vancouver, BC",
},
},
}
return p