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 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Limited |
E31837 |
| |
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
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Local (L1) | L1 or l1 or local |
FFFFFF |
| |
Weekend Local (L2) | L2 or l2 |
FFFFFF |
| |
Limited (L3) | L3 or l3 |
FEEDB8 |
| |
Limited (L4) | L4 or l4 |
FEEDB8 |
| |
Limited (L5) | L5 or l5 |
FEEDB8 |
| |
Baby Bullet (B7) | B7 or b7 or baby or bullet or babybullet |
e41838 |
|
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 tc = "%1 Transit Center"
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; border: 2px solid #000000;",
["header background color"] = "E31837",
["header text color"] = "FFFFFF",
["system color"] = "E31837",
["station format"] = {
"%1 station",
["22nd Street"] = caltrain,
["4th & King Street"] = "San Francisco 4th and King Street station",
["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",
["San Jose Diridon or College Park"] = "[[San Jose Diridon station|San Jose Diridon]] or [[College Park station (Caltrain)|College Park]]",
["Santa Clara"] = tc,
["South San Francisco"] = caltrain,
["Transbay"] = tc,
["Transbay Transit Center"] = "Transbay Transit Center",
["Salesforce Transit Center"] = "Transbay Transit Center"
},
["lines"] = {
["B7"] = {
["title"] = "[[Caltrain Express|Baby Bullet (B7)]]",
["color"] = "e41838",
["left terminus"] = "San Francisco",
["right terminus"] = "San Jose Diridon",
},
["L1"] = {
["title"] = "[[Caltrain#Services|Local (L1)]]",
["color"] = "FFFFFF",
["left terminus"] = "San Francisco",
["right terminus"] = {"San Jose Diridon", "Tamien"},
},
["L2"] = {
["title"] = "[[Caltrain#Services|Weekend Local (L2)]]",
["color"] = "FFFFFF",
["left terminus"] = "San Francisco",
["right terminus"] = {"San Jose Diridon", "Tamien"},
},
["L3"] = {
["title"] = "[[Caltrain#Services|Limited (L3)]]",
["color"] = "FEEDB8",
["left terminus"] = "San Francisco",
["right terminus"] = {"San Jose Diridon", "Tamien", "Gilroy"},
},
["L4"] = {
["title"] = "[[Caltrain#Services|Limited (L4)]]",
["color"] = "FEEDB8",
["left terminus"] = "San Francisco",
["right terminus"] = {"San Jose Diridon", "Tamien", "Gilroy"},
},
["L5"] = {
["title"] = "[[Caltrain#Services|Limited (L5)]]",
["color"] = "FEEDB8",
["left terminus"] = "San Francisco",
["right terminus"] = {"San Jose Diridon", "Tamien"},
},
["Local"] = {
["title"] = "[[Caltrain#Services|Local]]",
["color"] = "FFFFFF",
["left terminus"] = "San Francisco",
["right terminus"] = {"San Jose Diridon", "Tamien"},
},
},
["aliases"] = {
["b7"] = "B7",
["baby"] = "B7",
["babybullet"] = "B7",
["bullet"] = "B7",
["l1"] = "L1",
["l2"] = "L2",
["l3"] = "L3",
["l4"] = "L4",
["l5"] = "L5",
["local"] = "Local",
}
}
return p