Modul:Adjacent stations/Metrolink (California)

Iz Wikipedije, proste enciklopedije
Documentation icon Dokumentacija modula[predogled] [uredi] [zgodovina] [osveži]

This is a data module for Module:Adjacent stations. It supports services operated by Metrolink (California).

Lines[uredi kodo]

LineKeysColorHex colorIcon
91/Perris Valley Line 91/Perris Valley
or 91
  56a0d3
Antelope Valley Line Antelope Valley
or antelope
  6cb33f
Inland Empire–Orange County Line Inland Empire-Orange County
or inland empire–orange county or inland
  de396e
Orange County Line Orange County
or orange
  f08b1d
Riverside Line Riverside   652d89
San Bernardino Line San Bernardino   893001
Arrow Arrow   C2E35C
Ventura County Line Ventura County
or ventura
  eeb111


local ca = "%1 station (California)"
local tc = "%1 Transportation Center"
local tsc = "%1 Transit Center"

local p = {
	["lang"] = "sl",
	["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–Downtown station|Redlands–Downtown]]",
		["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"] = "[[Redlands–University station|Redlands–University]]",
	},
	["lines"] = {
		["91/Perris Valley"] = {
			["title"] = "[[91/Perris Valley Line]]",
			["color"] = "56a0d3",
			["text color"] = "ffffff",
			["left terminus"] = "Los Angeles",
			["right terminus"] = "Perris–South",
		},
		["Antelope Valley"] = {
			["title"] = "[[Antelope Valley Line]]",
			["color"] = "6cb33f",
			["text color"] = "ffffff",
			["left terminus"] = "Lancaster",
			["right terminus"] = "Los Angeles",
		},
		["Inland Empire-Orange County"] = {
			["title"] = "[[Inland Empire–Orange County Line]]",
			["color"] = "de396e",
			["text color"] = "ffffff",
			["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 (rail line)|Arrow]]",
			["color"] =  "C2E35C",
			["icon"] = "[[File:Arrow_train_logo.webp|24px|link=Arrow (rail line)]]",
			["left terminus"] = "San Bernardino–Downtown",
			["right terminus"] = "Redlands–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