Jump to content

Module:Adjacent stations/Los Angeles Metro Busway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:33, 30 June 2019 (Created page with 'local metro = "%1 station (Los Angeles Metro)" local silver = "%1 station (Silver Line)" local p = { ["lang"] = "en-US", ["system title"] = "[[Los Angeles Met...'). 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 metro = "%1 station (Los Angeles Metro)"
local silver = "%1 station (Silver Line)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Los Angeles Metro Busway|Metro Busway]]",
	["system icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Busway]]",
	["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",
		["Carson"] = metro,
		["Manchester"] = metro,
		["Pacific Coast Highway"] = silver,
		["Slauson"] = silver,
		["Union Station"] = "Union Station (Los Angeles)",
		["Van Nuys"] = metro,
		["Woodley"] = metro,
	},
	["lines"] = {
		["Orange"] = {
			["title"] = "[[Orange Line (Los Angeles Metro)|Orange Line]]",
			["color"] = "f47920",
			["left terminus"] = "Chatsworth",
			["right terminus"] = "North Hollywood",
		},
		["Silver"] = {
			["title"] = "[[Silver Line (Los Angeles Metro)|Silver Line]]",
			["color"] = "adb8bf",
			["left terminus"] = "Downtown San Pedro",
			["right terminus"] = "El Monte",
		},
	},
}

return p