Documentation icon دستاویز [تخلیق]
local metro = "%1 station (Los Angeles Metro)"
local j = "%1 station (J Line)"
local g = "%1 station (G 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;",
	["header background color"] = "262626",
	["header text color"] = "ffffff", 
	["station format"] = {
		"%1 station",
		["Carson"] = metro,
		["Downtown San Pedro"] = "San Pedro, Los Angeles#J Line",
		["El Monte"] = "El Monte Station",
		["Harbor Beacon Park & Ride"] = "%1",
		["Harbor Gateway"] = "Harbor Gateway Transit Center",
		["Laurel Canyon"] = "Laurel Canyon/Valley Village station",
		["Manchester"] = metro,
		["Nordhoff"] = g,
		["Pacific Coast Highway"] = j,
		["Roscoe"] = g,
		["San Pedro"] = "San Pedro, Los Angeles#J Line",
		["Sherman Way"] = g,
		["Slauson"] = j,
		["Union Station"] = "Union Station (Los Angeles)",
		["Van Nuys"] = metro,
		["Woodley"] = metro,
		["Woodman"] = g,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Los Angeles Metro)|%1 Line]]",	
		},
		["G"] = {
			["color"] = "fc4c02",
			["icon"] = "[[File:LACMTA Square G Line.svg|17px|link=G Line (Los Angeles Metro)|alt=G Line]]",
			["left terminus"] = "Chatsworth",
			["right terminus"] = "North Hollywood",
		},
		["J"] = {
			["color"] = "adb8bf",
			["icon"] = "[[File:LACMTA Square J Line.svg|17px|link=J Line (Los Angeles Metro)|alt=J Line]]",
			["left terminus"] = "El Monte",
			["right terminus"] = "San Pedro",
		},
		["NHP"] = {
			["title"] = "[[North Hollywood to Pasadena Transit Corridor]]",
			["color"] = "02aef2",
			["left terminus"] = "North Hollywood",
			["right terminus"] = "Colorado/Hill",
		},
	},
	["aliases"] = {
		["orange"] = "G",
		["silver"] = "J",
	}	
}

return p