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
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
A Line | A |
0072BC |
| |
B Line | B |
E3131B |
| |
C Line | C |
58A738 |
| |
D Line | D |
A05DA5 |
| |
E Line | E |
F7B618 |
| |
K Line | K |
E96BB0 |
|
Former
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
L Line | L |
F7B618 |
|
Future
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
East San Fernando Valley Light Rail Transit Project | ESFV |
059FA9 |
| |
Southeast Gateway Line | SEGW |
BA80B3 |
|
*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 a = "%1 station (A Line)"
local metro = "%1 station (Los Angeles Metro)"
local j = "%1 station (J Line)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Los Angeles Metro Rail|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;",
["header background color"] = "262626",
["header text color"] = "ffffff",
["station format"] = {
"%1 station",
["1st Street"] = metro,
["5th Street"] = metro,
["Arleta"] = metro,
["Atlantic"] = metro,
["Avalon"] = metro,
["Aviation/Imperial"] = "Aviation/LAX station",
["Carson"] = metro,
["Chatsworth"] = "Chatsworth station",
["Chinatown"] = metro,
["Claremont"] = "Claremont station (California)",
["Douglas"] = metro,
["El Monte"] = "El Monte Station",
["El Monte Station"] = "El Monte Station",
["Fairview Heights"] = metro,
["Firestone"] = {
"%1 station",
["SEGW"] = "Firestone station (Southeast Gateway Line)",
},
["Florence"] = metro,
["Harbor Gateway"] = "Harbor Gateway Transit Center",
["Harbor Gateway Transit Center"] = "Harbor Gateway Transit Center",
["Highland Park"] = metro,
["Hyde Park"] = metro,
["Indiana"] = metro,
["Lake"] = metro,
["Laurel Canyon"] = "[[Laurel Canyon station (Metro Rail)|Laurel Canyon]]",
["Long Beach"] = "Downtown Long Beach station",
["Manchester"] = metro,
["Mariposa"] = metro,
["Martin Luther King Jr."] = metro,
["Montclair"] = "Montclair Transcenter",
["Montclair Transcenter"] = "Montclair Transcenter",
["Nordhoff Metro Rail"] = "[[Nordhoff station (Metro Rail)|Nordhoff]]",
["Norwalk"] = metro,
["Norwalk/Santa Fe Springs"] = "Norwalk/Santa Fe Springs station",
["Pacific Coast Highway"] = a,
["Pacific Coast Highway J Line"] = j,
["Pomona"] = "Pomona–North station",
["Pomona–North"] = "Pomona–North station",
["Roscoe Metro Rail"] = "[[Roscoe station (Metro Rail)|Roscoe]]",
["Santa Monica"] = "Downtown Santa Monica station",
["Saticoy Street"] = "Van Nuys station",
["Sherman Way Metro Rail"] = "[[Sherman Way station (Metro Rail)|Sherman Way]]",
["Slauson"] = a,
["Slauson J Line"] = j,
["Sylmar/San Fernando"] = "Sylmar/San Fernando station",
["Union Station"] = "Union Station (Los Angeles)",
["Van Nuys"] = metro,
["Van Nuys Metrolink"] = "Van Nuys station",
["Victory"] = metro,
["Washington"] = metro,
["Woodley"] = metro,
["Woodman"] = "[[Woodman station (Metro Rail)|Woodman]]",
-- Breaking spaces
["Westlake/MacArthur Park"] = "[[Westlake/MacArthur Park station|Westlake/​MacArthur Park]]",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Los Angeles Metro)|%1 Line]]",
["icon"] = "[[File:LACMTA Circle %1 Line.svg|17px|link=%1 Line (Los Angeles Metro)|alt=%1 Line]]",
},
["A"] = {
["color"] = "0072BC",
["left terminus"] = "APU/Citrus College",
["right terminus"] = "Long Beach",
},
["B"] = {
["color"] = "E3131B",
["left terminus"] = "North Hollywood",
["right terminus"] = "Union Station",
},
["C"] = {
["color"] = "58A738",
["left terminus"] = "Redondo Beach",
["right terminus"] = "Norwalk",
},
["D"] = {
["color"] = "A05DA5",
["left terminus"] = "Wilshire/Western",
["right terminus"] = "Union Station",
},
["E"] = {
["color"] = "F7B618",
["left terminus"] = "Santa Monica",
["right terminus"] = "Atlantic",
},
["K"] = {
["color"] = "E96BB0",
["left terminus"] = "Expo/Crenshaw",
["right terminus"] = "Westchester/Veterans",
},
["L"] = {
["color"] = "F7B618",
["left terminus"] = "Atlantic",
["right terminus"] = "APU/Citrus College",
},
["ESFV"] = {
["title"] = "[[East San Fernando Valley Light Rail Transit Project]]",
["icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]",
["color"] = "059FA9",
["left terminus"] = "Sylmar/San Fernando",
["right terminus"] = "Van Nuys",
},
["SEGW"] = {
["title"] = "[[Southeast Gateway Line]]",
["icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]",
["color"] = "BA80B3",
["left terminus"] = "Slauson",
["right terminus"] = "Pioneer",
},
},
["aliases"] = {
["blue"] = "A",
["red"] = "B",
["green"] = "C",
["purple"] = "D",
["expo"] = "E",
["crenshaw"] = "K",
["gold"] = "L",
["wsab"] = "SEGW",
}
}
return p