This is a data module for Module:Adjacent stations. It supports services operated by San Diego Trolley.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue |
0067b1 |
| |
Green Line | Green |
00a651 |
| |
Orange Line | Orange |
f7931e |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Copper |
ed1c24 |
| |
Silver Line | Silver |
808080 |
| |
Special Event Line | Special Event |
d2232a |
| |
Purple Line | Purple |
800080 |
|
Former types
Blue Line
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Blue Line | Blue Line – 1997-2005 | 1997-2005 |
0067b1 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
Blue Line | Blue Line – 2005-2012 | 2005-2012 |
0067b1 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). |
Green Line
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Green Line | Green Line – 2012-2024 | 2012-2024 |
00a651 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
Green Line | Green Line – 2005-2012 | 2005-2012 |
00a651 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). |
Orange Line
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Orange Line | Orange Line – 1995-2005 | 1995-2005 |
f7931e |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
Orange Line | Orange Line – 2005-2012 | 2005-2012 |
f7931e |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
Orange Line | Orange Line – 2012-2017 | 2012-2017 |
f7931e |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
Orange Line | Orange Line – 2017-2018 | 2017-2018 |
f7931e |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
Orange Line | Orange Line – 2018-2024 | 2018-2024 |
f7931e |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). |
Special Event Line
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Special Event Line | Special Event Line – pre-2012 | pre-2012 |
d2232a |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). |
local mts = "%1 station (San Diego Trolley)"
local sd = "%1 station (San Diego)"
local tc = "[[%1 Transit Center]]"
local p = {
["system title"] = "[[San Diego Trolley]]",
["system icon"] = "",
["name format"] = "font-family: Helvetica, Arial, sans-serif; font-size:150%; padding:5px; background-color:black; color:white; font-weight:bolder; font-style:bold;",
["header background color"] = "ed1c24",
["header text color"] = "ffffff",
["system color"] = "ed1c24",
["station format"] = {
"%1 station",
["8th Street"] = mts,
["12th & Imperial"] = tc,
["24th Street"] = mts,
["47th Street"] = mts,
["City College"] = sd,
["Civic Center"] = mts,
["Convention Center"] = mts,
["Courthouse"] = mts,
["El Cajon"] = tc,
["Euclid Avenue"] = mts,
["Fashion Valley"] = tc,
["Fifth Avenue"] = sd,
["Grossmont"] = tc,
["Harborside"] = mts,
["Massachusetts Avenue"] = mts,
["Middletown"] = mts,
["Old Town"] = tc,
["San Diego State University"] = tc,
["San Ysidro"] = tc,
["Santa Fe Depot"] = sd,
["Spring Street"] = mts,
["Stadium"] = sd,
["UTC"] = tc,
["VA Medical Center"] = sd,
["Washington Street"] = mts,
},
["lines"] = {
["Blue"] = {
["title"] = "[[Blue Line (San Diego Trolley)|Blue Line]]",
["color"] = "0067b1",
["left terminus"] = "San Ysidro",
["right terminus"] = "[[UTC Transit Center]]",
},
["Green"] = {
["title"] = "[[Green Line (San Diego Trolley)|Green Line]]",
["color"] = "00a651",
["left terminus"] = "12th & Imperial",
["right terminus"] = "Santee Town Center",
},
["Orange"] = {
["title"] = "[[Orange Line (San Diego Trolley)|Orange Line]]",
["color"] = "f7931e",
["left terminus"] = "Courthouse",
["right terminus"] = "Arnele Avenue",
},
["Purple"] = {
["title"] = "[[Purple Line (San Diego Trolley)|Purple Line]]",
["color"] = "800080",
},
["Special Event"] = {
["title"] = "[[Special Event Line (San Diego Trolley)|Special Event Line]]",
["color"] = "d2232a",
},
["Silver"] = {
["title"] = "[[Silver Line (San Diego Trolley)|Silver Line]]",
["color"] = "808080",
["circular"] = true,
["left terminus"] = "Next clockwise",
["right terminus"] = "Next clockwise",
},
},
}
return p