This is a data module for Module:Adjacent stations. It supports services operated by Western Pacific Railroad.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | California Zephyr |
ffa500 |
| |
Feather River Route | Feather River Route |
ffa500 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Inside Gateway |
ffa500 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 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",
["Fremont"] = wp,
["Marysville"] = wp,
["Niles"] = "Niles Depot Museum",
["Oakland"] = "3rd Street station (Oakland)",
["Sacramento"] = wp,
["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",
},
["Feather River Route"] = {
["title"] = "[[Feather River Route]]",
["left terminus"] = "Oakland",
["right terminus"] = "Salt Lake City",
},
},
}
return p