Module:Adjacent stations/CAHSR
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by California High-Speed Rail.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Phase I | Phase I |
fad419 |
| |
Phase II | Phase II |
fad419 |
|
local cahsr = "%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]]",
["system color"] = "ffe934",
["station format"] = {
"%1 station",
["Anaheim"] = "Anaheim Regional Transportation Intermodal Center",
["Bakersfield"] = cahsr,
["Burbank Airport"] = cahsr,
["El Monte"] = "El Monte Station",
["Escondido"] = "Escondido Transit Center",
["Fresno"] = cahsr,
["Fullerton"] = "Fullerton Transportation Center",
["Kings–Tulare"] = "Kings–Tulare Regional Station",
["Los Angeles"] = "Union Station (Los Angeles)",
["Madera"] = cahsr,
["March ARB"] = cahsr,
["Merced"] = cahsr,
["Modesto"] = cahsr,
["Millbrae-SFO"] = "Millbrae station",
["Norwalk"] = "Norwalk/Santa Fe Springs station",
["Ontario"] = "Ontario International Airport",
["Palmdale"] = "Palmdale Transportation Center",
["Pomona"] = "Pomona–Downtown station",
["Sacramento"] = "Sacramento Valley Station",
["San Bernardino"] = "San Bernardino Transit Center",
["San Diego"] = "San Diego International Airport",
["San Francisco"] = "Salesforce Transit Center",
["San Francisco - 4th & Townsend"] = "San Francisco 4th and King Street station",
["San Jose"] = "San Jose Diridon station",
["Stockton"] = cahsr,
["West Covina"] = "Covina station",
},
["lines"] = {
["Phase I"] = {
["title"] = "[[Route of California High-Speed Rail#Phase 1 stations & transit system connections|Phase I]]",
["color"] = "fad419",
["left terminus"] = {"Merced", "San Francisco"},
["right terminus"] = {"Anaheim", "Merced"},
},
["Phase II"] = {
["title"] = "[[Route of California High-Speed Rail#Phase 2 route details|Phase II]]",
["color"] = "fad419",
},
}
}
return p