Jump to content

Module:Adjacent stations/Great Northern Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gfoley4 (talk | contribs) at 20:02, 25 April 2020 (add). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 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",
                ["Auburn"] = np,
                ["Edmonds"] = wa,
                ["Everett"] = gn,
                ["Kent"] = np,
                ["Lakeview"] = wa,
		["Minneapolis"] = "Minneapolis Great Northern Depot",
                ["Mukilteo"] = gn,
                ["Portland"] = "Portland Union Station",
                ["Puyallup"] = np,
                ["Seattle"] = "King Street Station",
                ["Sumner"] = np,
                ["Tacoma"] = "Union Station (Tacoma, Washington)", 
                ["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",
		},
                ["Vancouver Branch"] = {
			["title"] = "[[International (GN train)|Vancouver, BC – Seattle]]",
			["left terminus"] = "Seattle",
			["right terminus"] = "Vancouver, BC",
		},
	},
}

return p