Module:Adjacent stations/Spokane, Portland and Seattle Railway

local sps = "%1 station (Spokane, Portland and Seattle Railway)"
local gn = "%1 station (Great Northern Railway)"
local np = "%1 station (Northern Pacific Railway)"
local ore = "%1 station (Oregon)"
local wa = "%1 station (Washington)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Spokane, Portland and Seattle Railway]]",
	["system icon"] = "",
	["system color"] = "FDB15E",
	["station format"] = {
		"%1 station",
		["Marshall"] = wa,
		["Portland"] = "Portland Union Station",
		["Spokane–Great Northern"] = "Spokane: [[Spokane station (Great Northern Railway)|Great Northern]]",
		["Spokane–Northern Pacific"] = "[[Spokane Intermodal Center|Northern Pacific]]"
	},
	["lines"] = {
		["_default"] = {
			["color"] = "FDB15E",	
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Portland",
			["right terminus"] = {"Spokane–Great Northern", "Spokane–Northern Pacific"},
		},
	["aliases"] = {
		["main"] = "Main Line",
		},
	},
}

return p