Module:Adjacent stations/Athens Tram
Appearance
This is a data module for Module:Adjacent stations: it supports current and former Athens Tram routes. For the magenta system icon used by Transport for Athens, see Module:Adjacent stations/Athens Other.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
|
78BE20 |
| ||
Line 6 | 6 or T6 |
78BE20 |
| |
Line 7 | 7 or T7 |
78BE20 |
|
- Former lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 Aristophanes | 1 or T1 |
DA291C |
| |
Line 2 Aeschylus | 2 or T2 |
007A33 |
| |
Line 3 Thucydides | 3 or T3 |
10069F |
| |
Line 4 Aristotle | 4 or T4 |
DA291C |
| |
Line 5 Plato | 5 or T5 |
007A33 |
|
- 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 m = "%1 metro station"
local s = "%1 station"
local t = "List of Athens Tram stops"
local p = {
["system title"] = "[[Athens Tram]]",
["system icon"] = "[[File:Logo of the Athens Tram (icon only).svg|x16px|link=Athens Tram|Athens Tram]]",
["station format"] = {
"List of Athens Tram stops",
-- Piraeus branch
["Batis"] = t .. "#P01",
["Flisvos"] = t .. "#P02",
["Parko Flisvou"] = t .. "#P03",
["Trocadero"] = t .. "#P04",
["Agia Skepi"] = t .. "#P05",
["Delta Falirou"] = t .. "#P06",
["Tzitzifies"] = t .. "#P07",
["Kallithea"] = t .. "#P08",
["Moschato"] = t .. "#P09",
["Neo Faliro"] = t .. "#P10",
["Gipedo Karaiskaki"] = "Faliro metro station",
["Mikras Asias"] = t .. "#P12",
["Lambraki"] = t .. "#P13",
["Evangelistria"] = t .. "#P14",
["Plateia Deligianni"] = t .. "#P15",
["Dimarcheio"] = t .. "#P16",
["Akti Poseidonos"] = t .. "#P17",
["Agia Triada"] = t .. "#P18",
["Plateia Ippodameias"] = t .. "#P19",
["34 Syntagmatos Pezikou"] = t .. "#P20",
["Androutsou"] = t .. "#P21",
["Omiridou Skylitsi"] = t .. "#P22",
["SEF"] = "Faliro metro station",
-- Syntagma branch
["Mousson"] = t .. "#S01",
["Panagitsa"] = t .. "#S02",
["Amfitheas"] = t .. "#S03",
["Achilleos"] = t .. "#S04",
["Evangeliki Scholi"] = t .. "#S05",
["Medeas–Mykalis"] = t .. "#S06",
["Agia Paraskevi"] = t .. "#S07",
["Megalou Alexandrou"] = t .. "#S08",
["Agias Fotinis–Plateia"] = t .. "#S09",
["Aegeou"] = t .. "#S10",
["Baknana"] = t .. "#S11",
["Neos Kosmos"] = s,
["Kasomouli"] = t .. "#S13", -- after Nikolaos Kasomoulis
["Fix"] = "[[Syngrou–Fix station#Tram stop|Fix]]",
["Leoforos Vouliagmenis"] = t .. "#S15",
["Zappio"] = t .. "#S16",
["Syntagma"] = m,
-- Glyfada branch
["Edem"] = t .. "#G01",
["Pikrodafni"] = t .. "#G02",
["Marina Alimou"] = t .. "#G03",
["Kalamaki"] = t .. "#G04",
["Zefyros"] = t .. "#G05",
["Loutra Alimou"] = t .. "#G06",
["Elliniko"] = t .. "#G07",
["1st Agiou Kosma"] = t .. "#G08",
["2nd Agiou Kosma"] = t .. "#G09",
["Agios Alexandros"] = t .. "#G10",
["Ellinon Olymbionikon"] = t .. "#G11",
["Kentro Istioploias"] = t .. "#G12",
["Plateia Vergoti"] = t .. "#G13",
["Paralia Glyfadas"] = t .. "#G14",
["Paleo Dimarcheio"] = t .. "#G15",
["Plateia Vaso Katraki"] = t .. "#G16",
["Angelou Metaxa"] = t .. "#G17",
["Plateia Esperidon"] = t .. "#G18",
["Kolymvitirio"] = t .. "#G19",
["Asklepieio Voulas"] = t .. "#G20",
},
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (Athens Tram)|Line %1]]",
["icon"] = "[[File:Athens Tram Line %1.svg|16px|link=Line %1 (Athens Tram)|Athens Tram Line %1]]",
["color"] = "78BE20",
["text color"] = "FFF"
},
["1"] = {
["title"] = "[[Athens Tram#Route history|Line 1]] Aristophanes",
["color"] = "DA291C",
["left terminus"] = "Leoforos Vouliagmenis",
["right terminus"] = "SEF"
},
["2"] = {
["title"] = "[[Athens Tram#Route history|Line 2]] Aeschylus",
["color"] = "007A33",
["left terminus"] = "Leoforos Vouliagmenis",
["right terminus"] = "Asklepieio Voulas"
},
["3"] = {
["title"] = "[[Line 3 (Athens Tram)|Line 3]] Thucydides",
["color"] = "10069F",
["left terminus"] = "Asklepieio Voulas",
["right terminus"] = "SEF"
},
["4"] = {
["title"] = "[[Line 4 (Athens Tram)|Line 4]] Aristotle",
["color"] = "DA291C",
["left terminus"] = "Syntagma",
["right terminus"] = "SEF"
},
["5"] = {
["title"] = "[[Line 5 (Athens Tram)|Line 5]] Plato",
["color"] = "007A33",
["left terminus"] = "Syntagma",
["right terminus"] = "Asklepieio Voulas"
},
["6"] = {
["color"] = "78BE20",
["left terminus"] = "Syntagma",
["right terminus"] = "Pikrodafni"
},
["7"] = {
["color"] = "78BE20",
["left terminus"] = "Agia Triada",
["right terminus"] = "Asklepieio Voulas"
}
},
["aliases"] = {
["t1"] = "1",
["t2"] = "2",
["t3"] = "3",
["t4"] = "4",
["t5"] = "5",
["t6"] = "6",
["t7"] = "7"
}
}
return p