Module:Adjacent stations/Caltrain
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Caltrain.
Lines
Current
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Local | Local |
FFFFFF |
| |
Limited | Limited |
FEEDB8 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Express |
E31837 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Weekend Local |
E31837 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | South County Connector |
E31837 |
|
Former
For stations closed pre-2021
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Local (former) |
E31837 |
|
local ca = "%1 station (California)"
local caltrain = "%1 station (Caltrain)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Caltrain]]",
["system icon"] = "[[File:Caltrain roundel.svg|13px|link=Caltrain]]",
["name format"] = "background-color: #ffffff; font-size: 175%; font-family: helvetica; color: black; font-weight: bolder; font-style: bold; padding:5px;",
["header background color"] = "E31837",
["header text color"] = "FFFFFF",
["system color"] = "E31837",
["station format"] = {
"%1 station",
["22nd Street"] = caltrain,
["Bayshore"] = caltrain,
["Belmont"] = caltrain,
["Blossom Hill"] = caltrain,
["Broadway"] = caltrain,
["Capitol"] = caltrain,
["Castro"] = caltrain,
["College Park"] = caltrain,
["Hillsdale"] = caltrain,
["Lawrence"] = caltrain,
["Mountain View"] = "Downtown Mountain View station",
["Oakdale"] = "Paul Avenue station#Oakdale station proposal",
["San Antonio"] = caltrain,
["San Bruno"] = caltrain,
["San Francisco"] = "San Francisco 4th and King Street station",
["Santa Clara"] = ca,
["South San Francisco"] = caltrain,
["Transbay"] = "Transbay Transit Center",
},
["lines"] = {
["Baby Bullet"] = {
["title"] = "[[Caltrain Express|Baby Bullet]]",
["color"] = "E31837",
["left terminus"] = "San Francisco",
["right terminus"] = "San Jose Diridon",
},
["Limited"] = {
["title"] = "[[Caltrain#Train numbering scheme|Limited]]",
["color"] = "FEEDB8",
["left terminus"] = "San Francisco",
["right terminus"] = {"Tamien", "Gilroy"},
},
["Local"] = {
["title"] = "[[Caltrain#Train numbering scheme|Local]]",
["color"] = "FFFFFF",
["left terminus"] = "San Francisco",
["right terminus"] = {"Tamien", "Gilroy"},
},
},
["aliases"] = {
["baby"] = "Baby Bullet",
["bullet"] = "Baby Bullet",
["babybullet"] = "Baby Bullet",
["limited"] = "Limited",
["local"] = "Local",
}
}
return p