Module:Adjacent stations/Western Pacific Railroad
< Module:Adjacent stations
Revision as of 18:53, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Western Pacific Railroad)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
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",
["Aurora"] = "Aurora station (Chicago, Burlington and Quincy Railroad)",
["Chicago"] = "Chicago Union Station",
["Fremont"] = wp,
["Fruitvale"] = wp,
["Marysville"] = wp,
["Niles"] = wp,
["Oakland"] = "Western Pacific Depot",
["Sacramento"] = "Western Pacific Passenger Depot (Sacramento)",
["Salt Lake City"] = "Denver and Rio Grande Western Depot (Salt Lake City)",
["San Francisco"] = "San Francisco Ferry Building",
["Stockton"] = wp,
["Wendover"] = ut,
["Winnemucca"] = wp,
},
["lines"] = {
["_default"] = {
["color"] = "ffa500",
},
["California Zephyr"] = {
["title"] = "''[[California Zephyr (1949–1970)|California Zephyr]]''",
["left terminus"] = "Oakland",
["right terminus"] = "Chicago",
},
["Feather River Route"] = {
["title"] = "[[Feather River Route]]",
["left terminus"] = "Oakland",
["right terminus"] = "Salt Lake City",
},
},
}
return p