local p = {
	["system title"] = "[[Public transport in Athens]]",
	["system icon"] = "[[File:Athens transit icons - OASA.svg|16px|link=OASA|Transport for Athens]]",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[OASA]]",
			["color"] = "004987",
		},
		["metro"] = {
			["title"] = "[[Athens Metro|Metro]]",
			["color"] = "006c4a",
			["icon"]  = "[[File:Athens transit icons - OASA Metro.svg|16px|link=Athens Metro|Metro]]",
		},
		["bus"] = {
			["title"] = "[[List of bus routes in Athens|Bus]]",
			["color"] = "0086bc",
			["icon"]  = "[[File:Athens transit icons - OASA Bus.svg|16px|link=List of bus routes in Athens|Bus]]",
		},
		["trolley"] = {
			["title"] = "Trolley",
			["color"] = "e77926",
			["icon"]  = "[[File:Athens transit icons - OASA Trolley.svg|16px|link=|Trolley]]",
		},
		["tram"] = {
			["title"] = "[[Athens Tram|Tram]]",
			["color"] = "dc137a",
			["icon"]  = "[[File:Athens transit icons - OASA Tram.svg|16px|link=Athens Tram|Tram]]",
		},
	},
	["aliases"] = {
		["m"] = "metro",
		["b"] = "bus",
		["e"] = "trolley",
		["t"] = "tram",
	}
}

return p