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 Mackensen (talk | contribs) at 00:05, 30 January 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Union Pacific Railroad", ["system icon"] = "", ["system color"] = "00377c", ["station format"] = {...'). 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 p = {
	["lang"] = "en-US",
	["system title"] = "[[Union Pacific Railroad]]",
	["system icon"] = "",
	["system color"] = "00377c",
	["station format"] = {
		"1% station",
		["Council Bluffs"] = "RailsWest Railroad Museum",
		["Ogden"] = "Union Station (Ogden, Utah)",
		["Omaha"] = "Union Station (Omaha)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "00377c",	
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Ogden",
			["right terminus"] = "Council Bluffs",
		},
		["Papilion Branch"] = {
			["title"] = "Papilion Branch",
			["left terminus"] = "Lane",
			["right terminus"] = "Omaha",
		},
	},
}

return p