Module:Adjacent stations/Athens Other

From Wikipedia, the free encyclopedia

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

return p