跳转到内容

模組:Adjacent stations/Metrolink (California)

维基百科,自由的百科全书
文档图示 模块文档[创建]
local ca = "%1站 (加利福尼亚州)"
local tc = "%1 Transportation Center"
local tsc = "%1 Transit Center"

local p = {
	["system title"] = "[[南加州都会铁路|Metrolink]]",
	["system icon"] = "[[File:Metrolink icon.svg|19px|link=南加州都会铁路]]",
	["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站",
		["Anaheim"] = "[[安纳海姆区域多式联运中心|安纳海姆]]",
		["Claremont"] = ca,
		["El Monte"] = "[[埃爾蒙特站 (Metrolink)|埃爾蒙特]]",
		["Fontana"] = ca,
		["Fullerton"] = tc,
		["Glendale"] = "[[格伦代尔交通中心|格伦代尔]]",
		["Irvine"] = tc,
		["Laguna Niguel/Mission Viejo"] = "[[Laguna Niguel/Mission Viejo station|Laguna Niguel/​Mission Viejo]]",
		["Lancaster"] = "[[兰开斯特站 (加利福尼亚州)|兰开斯特]]",
		["Los Angeles"] = "[[洛杉磯聯合車站]]",
		["Montclair"] = "Montclair Transcenter",
		["Montebello/Commerce"] = "[[Montebello/Commerce station|Montebello/​Commerce]]",
		["Oceanside"] = "[[欧申赛德公共交通中心|歐申賽德]]",
		["Orange"] = ca,
		["Oxnard"] = tsc,
		["Palmdale"] = tc,
		["Perris–South"] = "[[佩里斯-南站|佩里斯南]]",
		["Pomona"] = ca,
		["Pomona–Downtown"] = "Pomona station (California)",
		["Pomona–North"] = "Pomona–North station",
		["Redlands"] = "[[Redlands–Downtown station|Redlands–Downtown]]",
		["Riverside–Downtown"] = "[[河濱-下城站|河濱-下城]]",
		["San Bernardino–Depot"] = "[[聖貝納迪諾-聖塔菲車廠]]",
		["San Bernardino Depot"] = "[[聖貝納迪諾-聖塔菲車廠]]",
		["San Bernardino–Downtown"] = "[[圣贝纳迪诺公共交通中心|圣贝纳迪诺-市中心]]",
		["Redlands–University"] = "[[雷德兰兹-大学站|雷德兰兹-大学]]",
		["Santa Ana"] = "[[圣安娜区域交通中心|圣安娜]]",
		["Union Station"] = "[[洛杉磯聯合車站]]",
		["University"] = "[[雷德兰兹-大学站|雷德兰兹-大学]]",
	},
	["lines"] = {
		["91/Perris Valley"] = {
			["title"] = "[[91/佩里斯谷線]]",
			["color"] = "56a0d3",
			["text color"] = "ffffff",
			["left terminus"] = "Los Angeles",
			["right terminus"] = "Perris–South",
		},
		["Antelope Valley"] = {
			["title"] = "[[羚羊谷线]]",
			["color"] = "6cb33f",
			["text color"] = "ffffff",
			["left terminus"] = "Lancaster",
			["right terminus"] = "Los Angeles",
		},
		["Inland Empire-Orange County"] = {
			["title"] = "[[内陆帝国-橙县线]]",
			["color"] = "de396e",
			["text color"] = "ffffff",
			["left terminus"] = "San Bernardino–Downtown",
			["right terminus"] = "Oceanside",
		},
		["Orange County"] = {
			["title"] = "[[橙县线]]",
			["color"] = "f08b1d",
			["left terminus"] = "Los Angeles",
			["right terminus"] = "Oceanside",
		},
		["Riverside"] = {
			["title"] = "[[河滨线 (南加州都会铁道)|河滨線]]",
			["color"] = "652d89",
			["left terminus"] = "Los Angeles",
			["right terminus"] = "Riverside–Downtown",
		},
		["San Bernardino"] = {
			["title"] = "[[圣贝纳迪诺线]]",
			["color"] = "893001",
			["left terminus"] = "Los Angeles",
			["right terminus"] = "San Bernardino–Downtown",
		},
		["Arrow"] = {
			["title"] = "[[Arrow (通勤铁路)|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"] = "[[文图拉县线]]",
			["color"] = "eeb111",
			["left terminus"] = "东文图拉",
			["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