ماڈیول:Adjacent stations/Proastiakos Athens
Appearance
Documentation for this module may be created at ماڈیول:Adjacent stations/Proastiakos Athens/doc
local s = "%1 station"
local p = {
["system title"] = "[[ایتھنز مضافاتی ریلوے|مضافاتی ریل]]",
["system icon"] = "[[File:Proastiakos icon (no text).svg|24px|link=Athens Suburban Railway|Athens Suburban Railway]]",
["rail box format"] = "title",
["station format"] = {
"%1 railway station",
["Athens Airport"] = s,
["Doukissis Plakentias"] = s,
["Koropi"] = s,
["Nerantziotissa"] = s,
["Paiania–Kantza"] = s,
["Pallini"] = s,
["Piraeus"] = s,
["Airport"] = "[[ایتھنز ایئرپورٹ اسٹیشن|ایتھنز ایئرپورٹ]]",
["Acharnes Railway Center"] = "%1",
["SKA"] = "[[Acharnes Railway Center]]",
},
["lines"] = {
["_default"] = {
["title"] = "[[Athens Suburban Railway#Lines and services|Line %1]]",
["icon"] = "[[File:Athens Suburban Railway Line %1.svg|16px|link=Athens Suburban Railway#Lines and services|Athens Suburban Railway Line %1]]",
["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 6 and higher) unreadable.
},
["1"] = {
["color"] = "FFCD00",
["left terminus"] = "Piraeus",
["right terminus"] = "Airport",
},
["2"] = {
["color"] = "00A3E0",
["text color"] = "FFF",
["left terminus"] = "Kiato",
["right terminus"] = "Piraeus",
},
["3"] = {
["color"] = "78BE20",
["text color"] = "FFF",
["left terminus"] = "Athens",
["right terminus"] = "Chalcis",
},
["4"] = {
["color"] = "666",
["text color"] = "FFF",
["left terminus"] = "Ano Liosia",
["right terminus"] = "Airport",
},
["5"] = {
["color"] = "9B26B6",
["text color"] = "FFF",
["left terminus"] = "Aigio",
["right terminus"] = "Kiato",
}
},
["aliases"] = {
["p1"] = "1",
["p2"] = "2",
["p3"] = "3",
["p4"] = "4",
["p5"] = "5",
}
}
return p