local bangalore = "%1 metro station (Bangalore)"

local p = {
	["system title"] = "[[Namma Metro]]",
	["system icon"] = "",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#666666;",
	["station format"] = {
		"%1 metro station",
		["City Railway Station"] = bangalore,
		["Mahatma Gandhi Road"] = bangalore,
		["Shivaji Nagar"] = bangalore
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Namma Metro)|%1 Line]]",
			["color"] = "666666",
			["text color"] = "ffffff",
		},
		["Purple"] = {
			["color"] = "8C2877",
			["left terminus"] = "Baiyappanahalli",
			["right terminus"] = "Kengeri",
		},
		["Green"] = {
			["color"] = "009933",
			["left terminus"] = "Nagasandra",
			["right terminus"] = "Silk Institute",
		},
		["Yellow"] = {
			["color"] = "FFDF00",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Rashtreeya Vidyalaya Road",
			["right terminus"] = "Bommasandra",
			["text color"] = "000000",
		},
		["Pink"] = {
			["color"] = "FC8EAC",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Kalena Agrahara",
			["right terminus"] = "Nagawara",
		},
		["Blue"] = {
			["color"] = "87CEFA",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Central Silk Board",
			["right terminus"] = "Nagawara",
		},
		["Orange"] = {
			["color"] = "FF4500",
			["note-mid"] = "''(planned)''",
			["left terminus"] = {"JP Nagara Phase 4", "Hosahalli"},
			["right terminus"] = {"Kempapura", "Kadabagere"},
		}
	},
	["aliases"] = {
		["purple"] = "Purple",
		["green"] = "Green",
		["yellow"] = "Yellow",
		["pink"] = "Pink",
		["blue"] = "Blue",
		["orange"] = "Orange",
	} 
}

return p