Module:Adjacent stations/Los Angeles Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Los Angeles Railway. For Los Angeles Railway, use Module:Adjacent stations/Los Angeles Railway.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 3 |
ffb406 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 7 |
ffb406 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | D |
ffb406 |
| |
F | F |
ffb406 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | J |
ffb406 |
| |
P | P |
ffb406 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | U |
ffb406 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | V |
ffb406 |
|
local lary = "% station (Los Angeles Railway)"
local p = {
["system title"] = "[[Los Angeles Railway]]",
["system color"] = "ffb406",
["header background color"] = "ffb406",
["station format"] = {
"%1 station",
["Delta"] = "Vermont/Athens station",
["Dozier Loop"] = "P (Los Angeles Railway)",
["Pico and Crenshaw"] = "P (Los Angeles Railway)",
["Rimpau Loop"] = "Pico/Rimpau#Rimpau Loop",
["Union Station"] = "Union Station (Los Angeles)",
["Vermont and 108th"] = "F (Los Angeles Railway)",
},
["lines"] = {
["_default"] = {
["color"] = "ffb406",
},
["F"] = {
["title"] = "[[F (Los Angeles Railway)|F]]",
["left terminus"] = "Delta",
["right terminus"] = "Union Station",
},
["P"] = {
["title"] = "[[P (Los Angeles Railway)|P]]",
["left terminus"] = "Rimpau Loop",
["right terminus"] = "Dozier Loop",
},
},
}
return p