Module:Adjacent stations/Los Angeles Metro Busway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Los Angeles Metro Busway.
Lines
Current
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
G Line | G |
f47920 |
| |
J Line | J |
adb8bf |
|
Future
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | NHPA |
|
|
local metro = "%1 station (Los Angeles Metro)"
local j = "%1 station (J Line)"
local g = "%1 station (G Line)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Los Angeles Metro Busway|Metro Busway]]",
["system icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Busway]]",
["name format"] = "font-size: 160%; padding:8px; background-color:black; color:white; font-family: Helvetica, Arial, sans-serif; font-weight: bolder;",
["header background color"] = "666666",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 station",
["Carson"] = metro,
["El Monte"] = "El Monte Station",
["Harbor Beacon Park & Ride"] = "%1",
["Harbor Gateway"] = "Harbor Gateway Transit Center",
["Laurel Canyon"] = g,
["Manchester"] = metro,
["Pacific Coast Highway"] = j,
["Sherman Way"] = g,
["Slauson"] = j,
["Union Station"] = "Union Station (Los Angeles)",
["Van Nuys"] = metro,
["Woodley"] = metro,
},
["lines"] = {
["G"] = {
["title"] = "[[G Line (Los Angeles Metro)|G Line]]",
["color"] = "f47920",
["left terminus"] = "Chatsworth",
["right terminus"] = "North Hollywood",
},
["Orange"] = {
["title"] = "[[Orange Line (Los Angeles Metro)|G Line (Orange)]]",
["color"] = "f47920",
["left terminus"] = "Chatsworth",
["right terminus"] = "North Hollywood",
},
["J"] = {
["title"] = "[[J Line (Los Angeles Metro)|J Line]]",
["color"] = "adb8bf",
["left terminus"] = "Downtown San Pedro",
["right terminus"] = "El Monte",
},
},
["aliases"] = {
["Orange"] = "G",
["Silver"] = "J",
}
}
return p