Jump to content

Module:Adjacent stations/Los Angeles Metro Rail

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:23, 30 June 2019 (Created page with 'local blue = "%1 station (Blue Line)" local metro = "%1 station (Los Angeles Metro)" local p = { ["lang"] = "en-US", ["system title"] = "[[Los Angeles Metro R...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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