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
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
|
808080 |
| ||
Line 1 | 1 or M1 |
007A33 |
| |
Line 2 | 2 or M2 |
DA291C |
| |
Line 3 | 3 or M3 |
10069F |
| |
Line 4 | 4 or M4 |
FFA300 |
|
- Souflias lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 5 | 5 or M5 |
10069F |
| |
Line 6 | 6 or M6 |
E89CAE |
| |
Line 7 | 7 or M7 |
FFCD00 |
| |
Line 8 | 8 or M8 |
A45A2A |
|
- Route boxes
Specifications
[edit]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
[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 s = "%1 station"
local d = "%1 metro station (Athens)"
local rs = "%1 railway station"
local x4 = "Line 4 (Athens Metro)"
local p = {
["system title"] = "[[Athens Metro]]",
["system icon"] = "[[File:Logo of the Athens Metro Operating Company (AMEL).svg|16px|link=Athens Metro|Athens Metro]]",
["station format"] = {
"%1 metro station",
["Athens Airport"] = s,
["Doukissis Plakentias"] = s,
["Koropi"] = s,
["Neos Kosmos"] = s,
["Paiania–Kantza"] = s,
["Pallini"] = s,
["Petralona"] = s,
["Piraeus"] = s,
["Syngrou–Fix"] = s,
["Athens"] = rs,
["Airport"] = "[[Athens Airport station|Athens Airport]]",
["Larissa Station"] = "Athens railway station",
["Nerantziotissa"] = "[[Neratziotissa station|Nerantziotissa]]",
["Panepistimio"] = d,
["Victoria"] = d,
-- It is too early for Line 4 stations to have their own articles.
["Alsos Veikou"] = x4.."#407",
["Galatsi"] = x4.."#408",
["Elikonos"] = x4.."#409",
["Kypseli"] = x4.."#410",
["Dikastiria"] = x4.."#411",
["Alexandras"] = x4.."#412",
["Exarcheia"] = x4.."#413",
["Akadimia"] = x4.."#414",
["Kolonaki"] = x4.."#415",
["Kaisariani"] = x4.."#417",
["Panepistimioupoli"] = x4.."#418",
["Ilisia"] = x4.."#419",
["Zografou"] = x4.."#420",
["Goudi"] = x4.."#421",
},
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (Athens Metro)|Line %1]]",
["icon"] = "[[File:Athens Metro Line %1.svg|16px|link=Line %1 (Athens Metro)|Athens Metro Line %1]]",
["color"] = "808080",
["text color"] = "FFF"
},
["1"] = {
["color"] = "007A33",
["left terminus"] = "Piraeus",
["right terminus"] = "Kifissia",
},
["2"] = {
["color"] = "DA291C",
["left terminus"] = "Anthoupoli",
["right terminus"] = "Elliniko",
},
["3"] = {
["color"] = "10069F",
["left terminus"] = "Dimotiko Theatro",
["right terminus"] = "Airport",
},
["4"] = {
["color"] = "FFA300",
["left terminus"] = "Alsos Veikou",
["right terminus"] = "Goudi",
},
["5"] = {
["title"] = "[[Line 4 (Athens Metro)#Phase C|Line 5]]",
["color"] = "10069F",
["icon"] = "[[File:Athens Metro Line 5.svg|16px|link=Line 4 (Athens Metro)#Phase C|Athens Metro Line 5]]",
},
-- Souflias lines
["6"] = {
["title"] = "[[Athens Metro#Long-term plan|Line 6]]",
["color"] = "E89CAE",
["text color"] = "000",
["icon"] = "[[File:Athens Metro Line 6.svg|16px|link=Athens Metro#Long-term plan|Athens Metro Line 6]]",
},
["7"] = {
["title"] = "[[Athens Metro#Long-term plan|Line 7]]",
["color"] = "FFCD00",
["text color"] = "000",
["icon"] = "[[File:Athens Metro Line 7.svg|16px|link=Athens Metro#Long-term plan|Athens Metro Line 7]]",
},
["8"] = {
["title"] = "[[Athens Metro#Long-term plan|Line 8]]",
["color"] = "A45A2A",
["icon"] = "[[File:Athens Metro Line 8.svg|16px|link=Athens Metro#Long-term plan|Athens Metro Line 8]]",
},
},
["aliases"] = {
["m1"] = "1",
["m2"] = "2",
["m3"] = "3",
["m4"] = "4",
["m5"] = "5",
["m6"] = "6",
["m7"] = "7",
["m8"] = "8"
}
}
return p