Module:Adjacent stations/Western Pacific Railroad

This is an old revision of this page, as edited by Mackensen (talk | contribs) at 21:30, 9 March 2019 (exceptions). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local ut = "%1 station (Utah)"
local wp = "%1 station (Western Pacific Railroad)"

local p = {
	["system title"] = "[[Western Pacific Railroad]]",
	["system icon"] = "",
	["system color"] = "ffa500",
	["station format"] = {
		"%1 station",
		["Fremont"] = wp,
		["Oakland"] = wp,
		["Sacramento"] = wp,
		["Salt Lake City"] = "Denver and Rio Grande Western Depot (Salt Lake City)",
		["San Francisco"] = "Third and Townsend Depot",
		["Stockton"] = wp,
		["Wendover"] = ut,
		["Winnemucca"] = wp,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "ffa500",	
		},
		["Feather River Route"] = {
			["title"] = "[[Feather River Route]]",
			["left terminus"] = "Oakland",
			["right terminus"] = "Salt Lake City",
		},
	},
}

return p