Module:Adjacent stations/Altamont Corridor Express
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Altamont Corridor Express.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
ACE | San Jose-Stockton |
a2669c |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | San Jose-Natomas |
a2669c |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | San Jose-Ceres |
a2669c |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | San Jose-Merced |
a2669c |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Valley Rail |
a2669c |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Union City-Merced |
a2669c |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Union City-Natomas |
a2669c |
|
local ca = "%1 station (California)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Altamont Corridor Express]]",
["system icon"] = "",
["system color"] = "a2669c",
["name format"] = "background-color: #000000; font-size: 175%; font-family: helvetica; color: white; font-weight: bolder; text-transform: uppercase; font-style: bold; padding:5px;",
["header background color"] = "000000",
["header text color"] = "ffffff",
["station format"] = {
"%1 station",
["Great America"] = "Santa Clara – Great America station",
["San Jose"] = "San Jose Diridon station",
["Santa Clara"] = ca,
["Stockton"] = "Robert J. Cabral Station",
},
["lines"] = {
["San Jose-Stockton"] = {
["title"] = "[[Altamont Corridor Express|ACE]]",
["color"] = "a2669c",
["left terminus"] = "San Jose",
["right terminus"] = "Stockton",
},
},
}
return p