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 00:10, 24 April 2020 (Created page with 'local up = "%1 station (Northern Pacific Railway)" local amtrak = "%1 station (Amtrak)" local ore = "%1 station (Oregon)" local p = { ["lang"] = "en-US", ["sy...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local up = "%1 station (Northern Pacific Railway)"
local amtrak = "%1 station (Amtrak)"
local ore = "%1 station (Oregon)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Northern Pacific Railway]]",
	["system icon"] = "",
	["system color"] = "003F2A", --Dark green--
	["station format"] = {
		"%1 station",
		["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 or Tacoma",
			["right terminus"] = "Minneapolis",
		},
	},
}

return p