Module:Adjacent stations/Western Pacific Railroad

This is an old revision of this page, as edited by Mackensen (talk | contribs) at 21:20, 9 March 2019 (Created page with 'local wp = "%1 station (Western Pacific Railroad)" local p = { ["system title"] = "Western Pacific Railroad", ["system icon"] = "", ["system color"] = "f...'). 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 wp = "%1 station (Western Pacific Railroad)"

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

return p