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 |
---|---|---|---|---|
|
|
| ||
Line 1 | 1 or M1 |
008000 |
| |
Line 2 | 2 or M2 |
FF0000 |
| |
Line 3 | 3 or M3 |
87CEFA |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 4 or M4 |
|
|
Souflias lines
Route boxes
- 1 2 3 Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page.
- Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page.
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",
["Piraeus"] = s,
["Nerantziotissa"] = s,
["Athens"] = rs,
["Syngrou Fix"] = s,
["Neos Kosmos"] = s,
["Athens Airport"] = s,
["Koropi"] = s,
["Paiania–Kantza"] = s,
["Pallini"] = s,
["Doukissis Plakentias"] = s,
},
["lines"] = {
["1"] = {
["title"] = "[[Line 1 (Athens Metro)|Line 1]]",
["color"] = "008000",
["left terminus"] = "Piraeus",
["right terminus"] = "Kifisia",
},
["2"] = {
["title"] = "[[Line 2 (Athens Metro)|Line 2]]",
["color"] = "FF0000",
["left terminus"] = "Anthoupoli",
["right terminus"] = "Elliniko",
},
["3"] = {
["title"] = "[[Line 3 (Athens Metro)|Line 3]]",
["color"] = "87CEFA",
["left terminus"] = "Nikaia",
["right terminus"] = "Athens Airport",
["types"] = {
["Extension"] = {
["title"] = "Western Extension",
["left terminus"] = "Dimotiko Theatro",
["right terminus"] = "Nikaia",
},
},
},
},
}
return p