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
[edit]Current
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
G Line | G |
FC4C02 |
| |
J Line | J |
ADB8BF |
|
Future
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
North Hollywood to Pasadena Transit Corridor | NHPA |
02AEF2 |
|
local metro = "%1 station (Los Angeles Metro)"
local g = "%1 station (G Line)"
local j = "%1 station (J 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"] = "000000",
["header text color"] = "FFFFFF",
["system color"] = "000000",
["station format"] = {
"%1 station",
["Carson"] = metro,
["Downtown San Pedro"] = "San Pedro, Los Angeles#J Line",
["El Monte"] = "El Monte Station",
["Harbor Beacon"] = "Harbor Beacon Park & Ride",
["Harbor Beacon Park & Ride"] = "%1",
["Harbor Gateway"] = "Harbor Gateway Transit Center",
["Laurel Canyon/Valley Village"] = "Laurel Canyon station",
["Los Angeles General Medical Center"] = "LA General Medical Center station",
["Manchester"] = metro,
["Pacific Coast Highway"] = j,
["Pierce College/Winnetka"] = "Pierce College station",
["San Pedro"] = "San Pedro, Los Angeles#J Line",
["Slauson"] = j,
["Union Station"] = "Union Station (Los Angeles)",
["Van Nuys"] = metro,
["Woodley"] = metro,
["Woodman/Valley Glen"] = "Woodman station"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Los Angeles Metro)|%1 Line]]",
},
-- Current
["G"] = {
["color"] = "FC4C02",
["icon"] = "[[File:LACMTA Square G Line.svg|17px|link=G Line (Los Angeles Metro)|alt=G Line]]",
["left terminus"] = "Chatsworth",
["right terminus"] = "North Hollywood",
},
["J"] = {
["color"] = "ADB8BF",
["icon"] = "[[File:LACMTA Square J Line.svg|17px|link=J Line (Los Angeles Metro)|alt=J Line]]",
["left terminus"] = "El Monte",
["right terminus"] = {"Harbor Gateway", "San Pedro"},
["types"] = {
["West-East"] = {
["title"] = "",
["left terminus"] = {"Harbor Gateway", "San Pedro"},
["right terminus"] = "El Monte",
["note-mid"] = "",
},
["910"] = {
["title"] = "",
["right terminus"] = "Harbor Gateway",
["note-mid"] = "910",
},
["950"] = {
["title"] = "",
["right terminus"] = "San Pedro",
["note-mid"] = "950",
}
}
},
-- Future
["NHPA"] = {
["title"] = "[[North Hollywood to Pasadena Transit Corridor]]",
["color"] = "02AEF2",
["left terminus"] = "North Hollywood",
["right terminus"] = "Colorado/Hill",
},
},
["aliases"] = {
["orange"] = "G",
["silver"] = "J",
}
}
return p