Template:Adjacent stations doc

LinesEdit

Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc *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 mr = "%1 station (Metro Rail)"

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"] = "666666",
	["header text color"] = "FFFFFF", 
	["station format"] = {
		"%1 station",
		["1st Street"] = metro,
		["5th Street"] = metro,
		["17th Street/SMC"] = "[[17th Street/Santa Monica College station|17th Street/SMC]]",
		["Arleta"] = metro,
		["Atlantic"] = metro,
		["Avalon"] = metro,
		["Carson"] = metro,
		["Chinatown"] = metro,
		["Claremont"] = metro,
		["Douglas"] = metro,
		["Fairview Heights"] = metro,
		["Firestone"] = {
			"%1 station",
			["WSA"] = "Firestone station (West Santa Ana Branch Transit Corridor)",
		},

		["Florence"] = metro,
		["Harbor Gateway"] = "Harbor Gateway Transit Center",
		["Highland Park"] = metro,
		["Hyde Park"] = metro,
		["Indiana"] = metro,
		["Lake"] = metro,
		["Laurel Canyon"] = mr,
		["Manchester"] = metro,
		["Mariposa"] = metro,
		["Martin Luther King Jr."] = metro,
		["Montclair"] = "Montclair Transcenter",
		["Nordhoff"] = mr,
		["Norwalk"] = metro,
		["Pacific Coast Highway"] = a,
		["Pomona"] = "Pomona–North station",
		["Pomona–North"] = "Pomona–North station",
		["Roscoe"] = mr,
		["Sherman Way"] = mr,
		["Slauson"] = a,
		["Union Station"] = "Union Station (Los Angeles)",
		["Van Nuys"] = metro,
		["Victory"] = metro,
		["Washington"] = metro,
		["Woodley"] = metro,
		["Woodman"] = mr,
		-- 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"] = "Downtown Long Beach",
			["right terminus"] = "7th Street/Metro Center",
		},
		["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"] = "5bc2e7",
			["left terminus"] = "Downtown Santa Monica",
			["right terminus"] = "7th Street/Metro Center",
		},
		["K"] = {
			["color"] = "e07dac",
			["left terminus"] = "Expo/Crenshaw",
			["right terminus"] = "Westchester/Veterans",
		},
		["L"] = {
			["color"] = "fdb913",
			["left terminus"] = "Atlantic",
			["right terminus"] = "APU/Citrus College",
		},
		["ESFV"] = {
			["title"] = "[[East San Fernando Light Rail Transit Project|East San Fernando Light Rail Transit]]",
			["icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]",
			["color"] = "2da8b1",
			["left terminus"] = "Sylmar/San Fernando",
			["right terminus"] = "Van Nuys",
		},
		["WSA"] = {
			["title"] = "[[West Santa Ana Branch Transit Corridor]]",
			["icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]",
			["color"] = "9f4592",
			["left terminus"] = "Slauson",
			["right terminus"] = "Pioneer",
		},
		["Regional"] = {
			["title"] = "[[Regional Connector]]",
			["icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]",
			["color"] = "604020",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
	["aliases"] = {
		["blue"] = "A",
		["red"] = "B",
		["green"] = "C",
		["purple"] = "D",
		["expo"] = "E",
		["crenshaw"] = "K",
		["gold"] = "L",
	}
}

return p