یہ اس کے لیے ڈیٹا ماڈیول ہے۔ Module:Adjacent stations. یہ سپورٹ کرتا ہے کے ذریعے چلائی جانے والی خدمات Los Angeles Metro Rail.

لائن ترمیم

لائنکلیدرنگہیکس رنگشبیہ
A لائن A   0072bc A لائن
B لائن B   e3131b B لائن
C لائن C   58a738 C لائن
D لائن D   a05da5 D لائن
E لائن E   f7b618 E لائن
K لائن K   e96bb0 K لائن
East San Fernando Valley Light Rail Transit Project ESFV   059fa9
Southeast Gateway Line SEGW   ba80b3

*Usage note: Metro changed all line names from colors to letters in late 2019. While the line letter should be used in all cases, for backwards compatibility the old color names will continue to work (e.g. "blue" or "A"). The displayed name and color will be the same regardless of which is used.

local a = "%1 اسٹیشن (اے لائن)"
local metro = "%1 اسٹیشن (لاس اینجلس میٹرو)"
local mr = "%1 اسٹیشن (میٹرو ریل)"
local j = "%1 اسٹیشن (جے لائن)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[لاس اینجلس میٹرو ریل|میٹرو ریل]]",
	["system icon"] = "[[File:LAMetroLogo.svg|15px|link=لاس اینجلس میٹرو ریل]]",
	["name format"] = "font-size: 160%; padding:8px; background-color:black; color:white; font-family: Helvetica, Arial, sans-serif; font-weight: bolder;",
	["header background color"] = "262626",
	["header text color"] = "ffffff", 
	["station format"] = {
		"%1 station",
		["1st Street"] = metro,
		["5th Street"] = metro,
		["Arleta"] = metro,
		["Atlantic"] = metro,
		["Avalon"] = metro,
		["Aviation/Imperial"] = "Aviation/LAX station",
		["Carson"] = metro,
		["Chatsworth"] = "Chatsworth station",
		["Chinatown"] = metro,
		["Claremont"] = "Claremont station (California)",
		["Douglas"] = metro,
		["El Monte"] = "El Monte Station",
		["El Monte Station"] = "El Monte Station",
		["Fairview Heights"] = metro,
		["Firestone"] = {
			"%1 station",
			["SEGW"] = "Firestone station (Southeast Gateway Line)",
		},
		["Florence"] = metro,
		["Harbor Gateway"] = "Harbor Gateway Transit Center",
		["Harbor Gateway Transit Center"] = "Harbor Gateway Transit Center",
		["Highland Park"] = metro,
		["Hyde Park"] = metro,
		["Indiana"] = metro,
		["Lake"] = metro,
		["Laurel Canyon"] = mr,
		["Long Beach"] = "Downtown Long Beach station",
		["Manchester"] = metro,
		["Mariposa"] = metro,
		["Martin Luther King Jr."] = metro,
		["Montclair"] = "Montclair Transcenter",
		["Montclair Transcenter"] = "Montclair Transcenter",
		["Nordhoff"] = mr,
		["Norwalk"] = metro,
		["Norwalk/Santa Fe Springs"] = "Norwalk/Santa Fe Springs station",
		["Pacific Coast Highway"] = a,
		["Pacific Coast Highway J Line"] = j,
		["Pomona"] = "Pomona–North station",
		["Pomona–North"] = "Pomona–North station",
		["Roscoe"] = mr,
		["Santa Monica"] = "Downtown Santa Monica station",
		["Saticoy Street"] = "Van Nuys station",
		["Sherman Way"] = mr,
		["Slauson"] = a,
		["Slauson J Line"] = j,
		["Sylmar/San Fernando"] = "Sylmar/San Fernando station",
		["Union Station"] = "Union Station (Los Angeles)",
		["Van Nuys"] = metro,
		["Van Nuys Metrolink"] = "Van Nuys station",
		["Victory"] = metro,
		["Washington"] = metro,
		["Woodley"] = metro,
		["Woodman"] = mr,
		-- Breaking spaces
		["Westlake/MacArthur Park"] = "[[Westlake/MacArthur Park station|Westlake/​MacArthur Park]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 لائن (لاس اینجلس میٹرو)|%1 لائن]]",
			["icon"] = "[[File:LACMTA Circle %1 Line.svg|17px|link=%1 لائن (لاس اینجلس میٹرو)|alt=%1 لائن]]",
		},
		["A"] = {
			["color"] = "0072bc",
			["left terminus"] = "APU/Citrus College",
			["right terminus"] = "Long Beach",
		},
		["B"] = {
			["color"] = "e3131b",
			["left terminus"] = "North Hollywood",
			["right terminus"] = "Union Station",
		},
		["C"] = {
			["color"] = "58a738",
			["left terminus"] = "Redondo Beach",
			["right terminus"] = "Norwalk",
		},
		["D"] = {
			["color"] = "a05da5",
			["left terminus"] = "Wilshire/Western",
			["right terminus"] = "Union Station",
		},
		["E"] = {
			["color"] = "f7b618",
			["left terminus"] = "Santa Monica",
			["right terminus"] = "Atlantic",
		},
		["K"] = {
			["color"] = "e96bb0",
			["left terminus"] = "Expo/Crenshaw",
			["right terminus"] = "Westchester/Veterans",
		},
		["L"] = {
			["color"] = "f7b618",
			["left terminus"] = "Atlantic",
			["right terminus"] = "APU/Citrus College",
		},
		["ESFV"] = {
			["title"] = "[[East San Fernando Valley Light Rail Transit Project]]",
			["icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]",
			["color"] = "059fa9",
			["left terminus"] = "Sylmar/San Fernando",
			["right terminus"] = "Van Nuys",
		},
		["SEGW"] = {
			["title"] = "[[Southeast Gateway Line]]",
			["icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Rail]]",
			["color"] = "ba80b3",
			["left terminus"] = "Slauson",
			["right terminus"] = "Pioneer",
		},
	},
	["aliases"] = {
		["blue"] = "A",
		["red"] = "B",
		["green"] = "C",
		["purple"] = "D",
		["expo"] = "E",
		["crenshaw"] = "K",
		["gold"] = "L",
		["WSAB"] = "SEGW",
	}
}

return p