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
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 silver = "%1 station (Silver 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;",
["station format"] = {
"%1 station",
["Carson"] = metro,
["Manchester"] = metro,
["Pacific Coast Highway"] = silver,
["Slauson"] = silver,
["Union Station"] = "Union Station (Los Angeles)",
["Van Nuys"] = metro,
["Woodley"] = metro,
},
["lines"] = {
["Orange"] = {
["title"] = "[[Orange Line (Los Angeles Metro)|Orange Line]]",
["color"] = "f47920",
["left terminus"] = "Chatsworth",
["right terminus"] = "North Hollywood",
},
["Silver"] = {
["title"] = "[[Silver Line (Los Angeles Metro)|Silver Line]]",
["color"] = "adb8bf",
["left terminus"] = "Downtown San Pedro",
["right terminus"] = "El Monte",
},
},
}
return p