Module:Adjacent stations/Metrolink (California)

MyWikiBiz, Author Your Legacy — Wednesday June 05, 2024
Jump to navigationJump to search
local ca = "%1 station (California)"
local tc = "%1 Transportation Center"
local tsc = "%1 Transit Center"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Metrolink (California)|Metrolink]]",
	["system icon"] = "[[File:Metrolink icon.svg|19px|link=Metrolink (California)]]",
	["name format"] = "font-family:Arial, sans-serif; font-size: 150%; font-weight:bolder; font-style:bold; line-height: 150%; color:white; background-color:#63666a; border-top: 6px solid #005f61",
	["header background color"] = "005f61",
	["header text color"] = "ffffff",
	["system color"] = "005f61",
	["station format"] = {
		"%1 station",
		["Anaheim"] = "Anaheim Regional Transportation Intermodal Center",
		["Claremont"] = ca,
		["El Monte"] = "El Monte station (Metrolink)",
		["Fontana"] = ca,
		["Fullerton"] = tc,
		["Glendale"] = tc,
		["Irvine"] = tc,
		["Laguna Niguel/Mission Viejo"] = "[[Laguna Niguel/Mission Viejo station|Laguna Niguel/​Mission Viejo]]",
		["Lancaster"] = ca,
		["Los Angeles"] = "[[Union Station (Los Angeles)|Los Angeles Union Station]]",
		["Montclair"] = "Montclair Transcenter",
		["Montebello/Commerce"] = "[[Montebello/Commerce station|Montebello/​Commerce]]",
		["Oceanside"] = tsc,
		["Orange"] = ca,
		["Oxnard"] = tsc,
		["Palmdale"] = tc,
		["Pomona"] = ca,
		["Pomona–Downtown"] = "Pomona station (California)",
		["Pomona–North"] = "Pomona (North) station",
		["Redlands"] = "Redlands Santa Fe Depot District",
		["San Bernardino Depot"] = "San Bernardino Santa Fe Depot",
		["San Bernardino–Downtown"] = "San Bernardino Transit Center",
		["Santa Ana"] = "Santa Ana Regional Transportation Center",
		["Union Station"] = "[[Union Station (Los Angeles)|Los Angeles Union Station]]",
		["University"] = "[[University station (Arrow)|University]]",
	},
	["lines"] = {
		["91/Perris Valley"] = {
			["title"] = "[[91/Perris Valley Line]]",
			["color"] = "56a0d3",
			["left terminus"] = "Los Angeles",
			["right terminus"] = "Perris–South",
		},
		["Antelope Valley"] = {
			["title"] = "[[Antelope Valley Line]]",
			["color"] = "6cb33f",
			["left terminus"] = "Lancaster",
			["right terminus"] = "Los Angeles",
		},
		["Inland Empire-Orange County"] = {
			["title"] = "[[Inland Empire–Orange County Line]]",
			["color"] = "de396e",
			["left terminus"] = "San Bernardino–Downtown",
			["right terminus"] = "Oceanside",
		},
		["Orange County"] = {
			["title"] = "[[Orange County Line]]",
			["color"] = "f08b1d",
			["left terminus"] = "Los Angeles",
			["right terminus"] = "Oceanside",
		},
		["Riverside"] = {
			["title"] = "[[Riverside Line]]",
			["color"] = "652d89",
			["left terminus"] = "Los Angeles",
			["right terminus"] = "Riverside–Downtown",
		},
		["San Bernardino"] = {
			["title"] = "[[San Bernardino Line]]",
			["color"] = "893001",
			["left terminus"] = "Los Angeles",
			["right terminus"] = "San Bernardino–Downtown",
		},
		["Arrow"] = {
			["title"] = "[[Arrow (commuter rail)|Arrow]]",
			["color"] =  "893001",
			["left terminus"] = "San Bernardino–Downtown",
			["right terminus"] = "University",
		},
		["Ventura County"] = {
			["title"] = "[[Ventura County Line]]",
			["color"] = "eeb111",
			["left terminus"] = "East Ventura",
			["right terminus"] = "Los Angeles",
		},
	},
	["aliases"] = {
		["91"] = "91/Perris Valley",
		["antelope"] = "Antelope Valley",
		["inland"] = "Inland Empire-Orange County",
		["inland empire–orange county"] = "Inland Empire-Orange County",
		["orange"] = "Orange County",
		["ventura"] = "Ventura County",

	},
}

return p