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 |
---|---|---|---|---|
Antler – Rugby | Antler-Rugby |
21819a |
| |
Butte – Havre | 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 |
| |
Grenora – Stanley | 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 |
| |
Main Line | Main Line |
21819a |
| |
Milaca – Minneapolis | Milaca-Minneapolis |
21819a |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | St. Paul-Duluth |
21819a |
| |
Oroville – Wenatchee | Oroville-Wenatchee |
21819a |
| |
Shelby – Billings | Shelby-Billings |
21819a |
| |
Sweet Grass – Shelby | Sweet Grass-Shelby |
21819a |
| |
Vancouver, BC – Seattle | Vancouver Branch |
21819a |
| |
Wenatchee – Mansfield | Wenatchee-Mansfield |
21819a |
|
local gn = "%1 station (Great Northern Railway)"
local np = "%1 station (Northern Pacific Railway)"
local amtrak = "%1 station (Amtrak)"
local ore = "%1 station (Oregon)"
local wa = "%1 station (Washington)"
local nd = "%1 station (North Dakota)"
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",
["Anoka"] = gn,
["Auburn"] = np,
["Burlington"] = gn,
["Burnham"] = gn,
["Butte"] = gn,
["Dayton"] = gn,
["Edmonds"] = wa,
["Everett"] = gn,
["Exeter"] = gn,
["Kent"] = np,
["Lakeview"] = wa,
["Macon"] = gn,
["Marysville"] = gn,
["Minneapolis"] = "Minneapolis Great Northern Depot",
["Mukilteo"] = gn,
["Portland"] = "Portland Union Station",
["Puyallup"] = np,
["Rugby"] = nd,
["Seattle"] = "King Street Station",
["Stanley"] = nd,
["Sumner"] = np,
["Tacoma"] = "Union Station (Tacoma, Washington)",
["Trenton"] = gn,
["Vancouver, BC"] = "Pacific Central Station",
["Vancouver, WA"] = "Vancouver station (Washington)",
["Wassaic"] = gn,
},
["lines"] = {
["_default"] = {
["color"] = "21819a",
},
["Antler-Rugby"] = {
["title"] = "[[Antler, North Dakota|Antler]] – [[Rugby, North Dakota|Rugby]]",
["left terminus"] = "Antler",
["right terminus"] = "Rugby",
},
["Butte-Havre"] = {
["title"] = "[[Butte, Montana|Butte]] – [[Havre, Montana|Havre]]",
["left terminus"] = "Butte",
["right terminus"] = "Havre",
},
["Grenora-Stanley"] = {
["title"] = "[[Grenora, North Dakota|Grenora]] – [[Stanley, North Dakota|Stanley]]",
["left terminus"] = "Grenora",
["right terminus"] = "Stanley",
},
["Portland-Seattle"] = {
["title"] = "[[Portland–Seattle Line]]",
["left terminus"] = "Portland",
["right terminus"] = "Seattle",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Seattle",
["right terminus"] = "Minneapolis",
},
["Milaca-Minneapolis"] = {
["title"] = "[[Milaca, Minnesota|Milaca]] – [[Minneapolis]]",
["left terminus"] = "Milaca",
["right terminus"] = "Minneapolis",
},
["Oroville-Wenatchee"] = {
["title"] = "[[Oroville, Washington|Oroville]] – [[Wenatchee, Washington|Wenatchee]]",
["left terminus"] = "Oroville",
["right terminus"] = "Wenatchee",
},
["Shelby-Billings"] = {
["title"] = "[[Shelby, Montana|Shelby]] – [[Billings, Montana|Billings]]",
["left terminus"] = "Shelby",
["right terminus"] = "Billings",
},
["Sweet Grass-Shelby"] = {
["title"] = "[[Sweet Grass, Montana|Sweet Grass]] – [[Shelby, Montana|Shelby]]",
["left terminus"] = "Sweet Grass",
["right terminus"] = "Shelby",
},
["Vancouver Branch"] = {
["title"] = "[[International (GN train)|Vancouver, BC – Seattle]]",
["left terminus"] = "Seattle",
["right terminus"] = "Vancouver, BC",
},
["Wenatchee-Mansfield"] = {
["title"] = "[[Wenatchee, Washington|Wenatchee]] – [[Mansfield, Washington|Mansfield]]",
["left terminus"] = "Wenatchee",
["right terminus"] = "Mansfield",
},
},
}
return p