Module:Adjacent stations/Athens Metro
Appearance
This is a data module for Module:Adjacent stations: it supports current and proposed Athens Metro lines. For the green system icon used by Transport for Athens, see Module:Adjacent stations/Athens Other.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
|
999999 |
| ||
Line 1 | 1 or M1 |
008000 |
| |
Line 2 | 2 or M2 |
FF0000 |
| |
Line 3 | 3 or M3 |
87CEFA |
| |
Line 4 | 4 or M4 |
f39800 |
|
Souflias lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 5 | 5 or M5 |
999999 |
| |
Line 6 | 6 or M6 |
999999 |
| |
Line 7 | 7 or M7 |
999999 |
| |
Line 8 | 8 or M8 |
999999 |
|
Route boxes
Specifications
As 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
- 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
{{Athens Metro Line 1 RDT}}
{{Athens Metro Line 2 RDT}}
{{Athens Metro Line 3 RDT}}
{{Athens Metro Line 4 RDT}}
{{Athens Suburban Railway RDT}}
{{Athens Suburban Railway Line 1 RDT}}
{{Athens Suburban Railway Line 2 RDT}}
{{Athens Suburban Railway Line 3 RDT}}
{{Athens Suburban Railway Line 4 RDT}}
{{Athens Tram RDT}}
{{Athens RDT Key}}
local s = "%1 station"
local rs = "%1 railway station"
local p = {
["system title"] = "[[Athens Metro]]",
["system icon"] = "[[File:Logo of the Athens Metro Operating Company (AMEL).svg|15px|link=Athens Metro]]",
["station format"] = {
"%1 metro station",
["Athens Airport"] = s,
["Doukissis Plakentias"] = s,
["Eirini"] = s,
["Irakleio"] = s,
["Koropi"] = s,
["Nea Ionia"] = s,
["Neos Kosmos"] = s,
["Nerantziotissa"] = s,
["Paiania–Kantza"] = s,
["Pallini"] = s,
["Pefkakia"] = s,
["Petralona"] = s,
["Piraeus"] = s,
["Syngrou Fix"] = s,
["Athens"] = rs,
},
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (Athens Metro)|Line %1]]",
["color"] = "999999",
},
["1"] = {
["color"] = "008000",
["left terminus"] = "Piraeus",
["right terminus"] = "Kifisia",
},
["2"] = {
["color"] = "FF0000",
["left terminus"] = "Anthoupoli",
["right terminus"] = "Elliniko",
},
["3"] = {
["color"] = "87CEFA",
["left terminus"] = "Nikaia",
["right terminus"] = "Athens Airport",
["types"] = {
["Extension"] = {
["title"] = "Extension by 2022",
["left terminus"] = "Dimotiko Theatro",
["right terminus"] = "Nikaia",
},
},
},
["4"] = {
["color"] = "f39800",
["left terminus"] = "Petroupoli",
["right terminus"] = "Ethniki Odos",
},
},
}
return p