Jump to content

Module:Adjacent stations/Union Pacific Railroad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gfoley4 (talk | contribs) at 06:27, 29 March 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 (Union Pacific Railroad)"
local ore = "%1 station (Oregon)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Union Pacific Railroad]]",
	["system icon"] = "",
	["system color"] = "00377c",
	["station format"] = {
		"1% station",
		["Anaheim"] = up,
                ["Elgin"] = ore,
                ["La Grande"] = up,
		["Ogden"] = "Union Station (Ogden, Utah)",
		["Omaha"] = "Union Station (Omaha)",
                ["Portland"] = "Portland Union Station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "00377c",	
		},
		["East Los Angeles-Anaheim"] = {
			["title"] = "[[East Los Angeles, California|East Los Angeles]] – [[Anaheim, California|Anaheim]]",
			["left terminus"] = "East Los Angeles",
			["right terminus"] = "Anaheim",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Ogden",
			["right terminus"] = "Council Bluffs Transfer",
		},
		["Papilion Branch"] = {
			["title"] = "Papilion Branch",
			["left terminus"] = "Lane",
			["right terminus"] = "Omaha",
		},
                ["Portland-Granger"] = {
			["title"] = "[[Portland, Oregon|Portland]] – [[Granger, Wyoming|Granger]]",
			["left terminus"] = "Lane",
			["right terminus"] = "Omaha",
		},
                 ["Portland-Seattle"] = {
			["title"] = "[[Portland, Oregon|Portland]] – [[Seattle, Washington|Seattle]]",
			["left terminus"] = "Portland",
			["right terminus"] = "Seattle",
		},
                ["Portland-Seattle"] = {
			["title"] = "[[Portland, Oregon|Portland]] – [[Seattle, Washington|Seattle]]",
			["left terminus"] = "Portland",
			["right terminus"] = "Seattle",
		},["La Grande-Joseph"] = {
			["title"] = "[[Portland, Oregon|Portland]] – [[Seattle, Washington|Seattle]]",
			["left terminus"] = "Portland",
			["right terminus"] = "Seattle",
		},
	},
}

return p