Module:Adjacent stations/Athens Other
local p = {
["system title"] = "Public transport in Athens",
["system icon"] = "File:Athens transit icons - OASA.svg",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["title"] = "OASA",
["color"] = "004987",
["text color"] = "FFF",
},
["Metro"] = {
["title"] = "Metro",
["icon"] = "File:Athens transit icons - OASA Metro.svg",
["color"] = "006c4a",
},
["Bus"] = {
["title"] = "Bus",
["icon"] = "File:Athens transit icons - OASA Bus.svg",
["color"] = "0086bc",
},
["Trolley"] = {
["title"] = "Trolley",
["icon"] = "File:Athens transit icons - OASA Trolley.svg",
["color"] = "e77926",
},
["Tram"] = {
["title"] = "Tram",
["icon"] = "File:Athens transit icons - OASA Tram.svg",
["color"] = "dc137a",
},
},
["aliases"] = {
["metro"] = "Metro",
["bus"] = "Bus",
["trolley"] = "Trolley",
["tram"] = "Tram",
["m"] = "Metro",
["b"] = "Bus",
["e"] = "Trolley",
["t"] = "Tram",
}
}
return p