Template:Adjacent stations doc
For the icon used by Transport for Athens, see Module:Adjacent stations/Athens Other.
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
The Pantone colour conversions are:
| Line | Pantone | 
|---|---|
| Line 1 | 356 C | 
| Line 2 | 485 C | 
| Line 3 | 299 C | 
| Line 4 | 137 C | 
| Line 5 | Blue 072 C | 
| Line 6 | 197 C | 
| Line 7 | 116 C | 
| Line 8 | 470 C | 
Sources edit source
As of October 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.
- Attiko Metro S.A:
- Urban Rail Transport S.A. (STASY):
See also edit source
Template:Athens transport templates
local s = "%1 station"
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,
		["Nerantziotissa"] = s,
		["Paiania–Kantza"] = s,
		["Pallini"] = s,
		["Petralona"] = s,
		["Piraeus"] = s,
		["Syngrou Fix"] = s,
		["Athens"] = rs,
		
		["Airport"] = "[[Athens Airport station|Athens %1]]",
		["Larissa Station"] = "Athens railway station",
		["Panepistimio"] = "%1 metro station (Athens)",
		["Victoria"] = "%1 metro station (Athens)",
		
	--  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]]",
			["color"] = "808080",
			["icon"]  = "[[File:Athens Metro Line %1.svg|16px|link=Line %1 (Athens Metro)|Athens Metro Line %1]]",
		},
		["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",
			["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",
			["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
