This is a data module for Module:Adjacent stations: it supports miscellaneous icons for public transport in Athens, including those used by Transport for Athens since 2014.
Icons
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
|
004987 |
| ||
Metro | m or metro |
006c4a |
| |
Bus | b or bus |
0086bc |
| |
Trolley | e or trolley |
e77926 |
| |
Tram | t or tram |
dc137a |
|
- Route boxes
Specifications
editAs of December 2022[update], none of the organisations behind the construction or operation of the Athens Metro specify the exact line colour values for web or print, but they agree on a general colour scheme for identifying lines.
Colour and icon specifications, along with a list of sources used for its development, can be found at Template:Athens transit icons on the Wikimedia Commons.
See also
edit- Adjacent stations module
- Metro
- Suburban Rail
- Tram
- Other icons, including those used by Transport for Athens (OASA)
- Colours and icons
{{rcr}}
– for mode and route colours{{rint|athens}}
– for mode and route icons (documentation)
- Infobox headers
- Navigation boxes
- Route maps
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