Module:Adjacent stations/CAHSR
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by California High-Speed Rail.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error at line 9: variable 'cahsr' is not declared. | Phase I |
Lua error at line 9: variable 'cahsr' is not declared. |
Lua error at line 9: variable 'cahsr' is not declared. | |
Lua error at line 9: variable 'cahsr' is not declared. | Phase II |
Lua error at line 9: variable 'cahsr' is not declared. |
Lua error at line 9: variable 'cahsr' is not declared. |
local cashr = "%1 station (California High-Speed Rail)"
local p = {
["system title"] = "[[California High-Speed Rail]]",
["system icon"] = "[[File:California High Speed Rail.svg|13px|alt=|link=California High-Speed Rail]]",
["station format"] = {
"%1 station",
["Anaheim"] = "Anaheim Regional Transportation Intermodal Center",
["Bakersfield"] = cahsr,
["Burbank"] = "Burbank Airport–North station",
["El Monte"] = "El Monte Station",
["Escondido"] = "Escondido Transit Center",
["Fresno"] = cahsr,
["Gilroy"] = "Gilroy station",
["Kings-Tulare"] = "Kings–Tulare Regional Station",
["Los Angeles"] = "Union Station (Los Angeles)",
["Madera"] = "Madera station (Amtrak)",
["Merced"] = cahsr,
["Millbrae-SFO"] = "Millbrae station",
["Ontario"] = "Ontario International Airport",
["Palmdale"] = "Palmdale Transportation Center",
["Pomona"] = "Pomona station (California)",
["Sacramento"] = "Sacramento Valley Station",
["San Bernardino"] = "San Bernardino Transit Center",
["San Diego"] = "San Diego International Airport",
["San Francisco"] = "Transbay Transit Center",
["San Jose"] = "San Jose Diridon station",
},
["lines"] = {
["Phase I"] = {
["title"] = "[[Route of California High-Speed Rail#Phase 1|Phase I]]",
["color"] = "FFE934",
["left terminus"] = "San Francisco",
["right terminus"] = {"Anaheim", "Merced"},
},
["Phase II"] = {
["title"] = "[[Route of California High-Speed Rail#Phase 2|Phase II]]",
["color"] = "FFE934",
},
}
}
return p