Content deleted Content added
No edit summary |
Articles for each line now exists. |
||
(36 intermediate revisions by 4 users not shown) | |||
Line 2:
local p = {
["system title"] = "[[
["system icon"] = "[[File:Proastiakos icon (no text).svg|
["rail box format"] = "title",
["station format"] = {
"%1 railway station",
["Athens Airport"] =
["Doukissis Plakentias"] = s,
["Koropi"] = s,
["Nerantziotissa"] = s,
["Neratziotissa"] = s,
["Paiania–Kantza"] = s,
["Pallini"] = s,
["Piraeus"] = s,
["Airport"] = "[[Athens Airport station|Athens Airport]]",
["Acharnes Railway Center"] = "%1",
["SKA"] = "[[Acharnes Railway Center]]",
},
["lines"] = {
["_default"] = {
["title"] = "[[
["icon"] = "[[File:Athens Suburban Railway Line %1.svg|16px|link=Line A%1 (Athens Suburban Railway)|Athens Suburban Railway Line A%1]]",
["color"] = "
-- 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"] = {
["color"] = "ffd700",▼
["left terminus"] = "Piraeus",
["right terminus"] = "Airport"
},
["color"] = "
["
["
},
["color"] = "
["left terminus"] = "Athens",
["right terminus"] = "Chalcis"
},
["
▲ ["right terminus"] = "Athens"
▲ ["right terminus"] = "Airport"
▲ }
},
}
}
|