This is a data module for Module:Adjacent stations. It supports services operated by Western Pacific Railroad.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
California Zephyr | California Zephyr |
ffa500 |
| |
Feather River Route | Feather River Route |
ffa500 |
| |
Inside Gateway | Inside Gateway |
ffa500 |
| |
Reno Branch | Reno Branch |
ffa500 |
|
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",
["Anderson"] = wp,
["Aurora"] = "Aurora station (Chicago, Burlington and Quincy Railroad)",
["Chicago"] = "Chicago Union Station",
["Fremont"] = wp,
["Fruitvale"] = wp,
["Marysville"] = wp,
["Niles"] = wp,
["Oakland"] = "Western Pacific Depot",
["Oakland Pier"] = "Oakland Long Wharf",
["Sacramento"] = wp,
["Salt Lake City"] = "Denver and Rio Grande Western Depot (Salt Lake City)",
["San Francisco"] = "San Francisco Ferry Building",
["Stockton"] = wp,
["Wendover"] = ut,
["Western Pacific Mole"] = "Middle Harbor Shoreline Park#mole",
["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",
},
["Inside Gateway"] = {
["title"] = "[[Gateway Subdivision|Inside Gateway]]",
["left terminus"] = "Bieber",
["right terminus"] = "Keddie",
},
["Reno Branch"] = {
["title"] = "Reno Branch",
["left terminus"] = "Reno Junction",
["right terminus"] = "Reno",
},
},
}
return p