local QQQQ = "<span class=error>????</span>"

local p = {
	["system title"] = "[[Dubai Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = "font-size: 140%; padding:5px; background-color:#006; color:#FFF; font-family: Helvetica, Arial, sans-serif; font-weight: normal;",
	["header background color"] = "EEEEEE",
	["station format"] = {
		"%1 (Dubai Metro)",
		["DHC"] = "[[Dubai Healthcare City (Dubai Metro)|Dubai Healthcare City]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Dubai Metro)|%1 Line]]",
			["left terminus"] = QQQQ,
			["right terminus"] = QQQQ,
		},
		["Blue"] = {
			["color"] = "ffa500",
		},
		["Green"] = {
			["color"] = "00B760",
			["left terminus"] = "Creek",
			["right terminus"] = "Etisalat",
		},
		["Orange"] = {
			["title"] = "[[Dubai Tram]]",
			["color"] = "F7931D",
		},
		["Purple"] = {
			["color"] = "4C266F",
		},
		["Red"] = {
			["color"] = "FF0000",
			["left terminus"] = "UAE Exchange",
			["right terminus"] = "Centrepoint",
		},
		["Route 2020"] = {
			["color"] = "FF0000",
			["left terminus"] = "Expo 2020",
			["right terminus"] = "Jabal Ali",
		},
	},
	["aliases"] = {
		["blue"] = "Blue",
		["green"] = "Green",
		["orange"] = "Orange",
		["purple"] = "Purple",
		["red"] = "Red",
		["tram"] = "Orange",
	} 
}

return p