Module:Adjacent stations/Athens Suburban Railway
local s = "%1 station"
local p = {
["system title"] = "Suburban Rail",
["system icon"] = "File:Proastiakos icon (no text).svg",
["rail box format"] = "title",
["station format"] = {
"%1 railway station",
["Athens Airport"] = s,
["Doukissis Plakentias"] = s,
["Koropi"] = s,
["Nerantziotissa"] = s,
["Neratziotissa"] = s,
["Paiania–Kantza"] = s,
["Pallini"] = s,
["Piraeus"] = s,
["Airport"] = "Athens Airport",
["Acharnes Railway Center"] = "%1",
["SKA"] = "Acharnes Railway Center",
},
["lines"] = {
["_default"] = {
["title"] = "Line A%1",
["icon"] = "File:Athens Suburban Railway Line %1.svg",
["color"] = "FFCD00"
-- The default colour is yellow, which means the default text colour has to be black: setting the text colour to white here will make the future route boxes (Line A5 and higher) unreadable.
},
["1"] = {
["left terminus"] = "Piraeus",
["right terminus"] = "Airport"
},
["2"] = {
["color"] = "753BBD",
["text color"] = "FFF",
["left terminus"] = "Ano Liosia",
["right terminus"] = "Airport"
},
["3"] = {
["color"] = "78BE20",
["text color"] = "FFF",
["left terminus"] = "Athens",
["right terminus"] = "Chalcis"
},
["4"] = {
["color"] = "00A3E0",
["text color"] = "FFF",
["left terminus"] = "Kiato",
["right terminus"] = "Piraeus"
}
},
["aliases"] = {
["a1"] = "1",
["a2"] = "2",
["a3"] = "3",
["a4"] = "4"
}
}
return p