Module:Adjacent stations/Los Angeles Metro Rail

Permanently protected module
From Wikipedia, the free encyclopedia

local a = "%1 station (A Line)"
local metro = "%1 station (Los Angeles Metro)"
local mr = "%1 station (Metro Rail)"
local segw = "%1 station (Southeast Gateway 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",
		["Azusa"] = "APU/Citrus College station",
		["Carson"] = metro,
		["Chatsworth"] = "Chatsworth station",
		["Chinatown"] = metro,
		["Claremont"] = "Claremont station (California)",
		["Douglas"] = metro,
		["East Los Angeles"] = "Atlantic station (Los Angeles Metro)",
		["El Monte"] = "El Monte Station",
		["El Monte Station"] = "El Monte Station",
		["Fairview Heights"] = metro,
		["Firestone"] = {
			"%1 station",
			["SEGW"] = segw,
		},
		["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"] = mr,
		["Long Beach"] = "Downtown Long Beach station",
		["Manchester"] = metro,
		["Mariposa"] = metro,
		["Martin Luther King Jr."] = metro,
		["Montclair"] = "Montclair Transcenter",
		["Montclair Transcenter"] = "Montclair Transcenter",
		["Nordhoff"] = mr,
		["Norwalk"] = metro,
		["Norwalk/Santa Fe Springs"] = "Norwalk/Santa Fe Springs station",
		["Pacific Coast Highway"] = a,
		["Pomona"] = "Pomona–North station",
		["Pomona–North"] = "Pomona–North station",
		["Redondo Beach Transit Center"] = "Redondo Beach Transit Center",
		["Roscoe"] = mr,
		["Santa Monica"] = "Downtown Santa Monica station",
		["Saticoy Street"] = "Van Nuys station",
		["Sherman Way"] = mr,
		["Slauson"] = a,
		["Torrance Transit Center"] = "Torrance Transit Center",
		["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"] = 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]]",
		},
	
		-- Current
		["A"] = {
			["color"] = "0072BC",
			["left terminus"] = "Azusa",
			["right terminus"] = "Long Beach",
			["types"] = {
				["West-East"] = {
					["title"] = "",
					["left terminus"] = {"Long Beach"},
					["right terminus"] = "Azusa",
					["note-mid"] = "",
				}
			}
		},
		["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"] = "East Los Angeles",
		},
		["K"] = {
			["color"] = "E96BB0",
			["left terminus"] = "Expo/Crenshaw",
			["right terminus"] = "Westchester/Veterans",
		},
	
		-- Former
		["L"] = {
			["color"] = "F7B618",
			["left terminus"] = "Atlantic",
			["right terminus"] = "APU/Citrus College",
		},
	
		-- Future
		["ESFV"] = {
			["title"] = "[[East San Fernando Valley Light Rail Transit Project]]",
			["icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]",
			["color"] = "059FA9",
			["left terminus"] = "Van Nuys/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",
		["wsa"] = "SEGW",
	}
}
return p