Jump to content

Module:Adjacent stations/Northern Pacific Railway

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

local up = "%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",
                ["Lakeview"] = wa,
		["Minneapolis"] = "Minneapolis Great Northern Depot",
                ["Portland"] = "Portland Union Station",
                ["Seattle"] = "King Street Station",
                ["Tacoma"] = "Union Station (Tacoma, Washington)", 
                ["Vancouver, WA"] = "Vancouver station (Washington)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "003F2A",	
		},
                ["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