Module:Adjacent stations/Los Angeles Metro Rail
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Los Angeles Metro Rail.
Lines
Current
Former
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | L |
|
|
Future
*Usage note: Metro changed all line names from colors to letters in late 2019. While the line letter should be used in all cases, for backwards compatibility the old color names will continue to work (e.g. "blue" or "A"). The displayed name and color will be the same regardless of which is used.
local blue = "%1 station (Blue Line)"
local metro = "%1 station (Los Angeles Metro)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Los Angeles Metro Rail]]",
["system icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]",
["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",
["1st Street"] = metro,
["5th Street"] = metro,
["Atlantic"] = metro,
["Avalon"] = metro,
["Chinatown"] = metro,
["Claremont"] = metro,
["Douglas"] = metro,
["Fairview Heights"] = metro,
["Florence"] = metro,
["Highland Park"] = metro,
["Hyde Park"] = metro,
["Indiana"] = metro,
["Lake"] = metro,
["Mariposa"] = metro,
["Martin Luther King Jr."] = metro,
["Norwalk"] = metro,
["Pacific Coast Highway"] = blue,
["Pomona–North"] = "Pomona (North) station",
["Slauson"] = blue,
["Union Station"] = "Union Station (Los Angeles)",
["Van Nuys"] = metro,
["Washington"] = metro,
["Woodley"] = metro,
},
["lines"] = {
["Blue"] = {
["title"] = "[[Blue Line (Los Angeles Metro)|Blue Line]]",
["color"] = "0072BC",
["left terminus"] = "Downtown Long Beach",
["right terminus"] = "7th Street/Metro Center",
},
["Crenshaw/LAX"] = {
["title"] = "[[Crenshaw/LAX Line]]",
["color"] = "7D7439",
["left terminus"] = "Expo/Crenshaw",
["right terminus"] = "Redondo Beach",
},
["Expo"] = {
["title"] = "[[Expo Line (Los Angeles Metro)|Expo Line]]",
["color"] = "00A5DB",
["left terminus"] = "Downtown Santa Monica",
["right terminus"] = "7th Street/Metro Center",
},
["Gold"] = {
["title"] = "[[Gold Line (Los Angeles Metro)|Gold Line]]",
["color"] = "FDB913",
["left terminus"] = "Atlantic",
["right terminus"] = "APU/Citrus College",
},
["Green"] = {
["title"] = "[[Green Line (Los Angeles Metro)|Green Line]]",
["color"] = "6DC067",
["left terminus"] = "Redondo Beach",
["right terminus"] = "Norwalk",
},
["Purple"] = {
["title"] = "[[Purple Line (Los Angeles Metro)|Purple Line]]",
["color"] = "A05DA5",
["left terminus"] = "Wilshire/Western",
["right terminus"] = "Union Station",
},
["Red"] = {
["title"] = "[[Red Line (Los Angeles Metro)|Red Line]]",
["color"] = "ED1C24",
["left terminus"] = "North Hollywood",
["right terminus"] = "Union Station",
},
},
["aliases"] = {
["crenshaw"] = "Crenshaw/LAX",
}
}
return p