Module:Adjacent stations/GR Historic
Appearance
![]() | This module is rated as alpha. It is ready for third-party input, and may be used on a few pages to see if problems arise, but should be watched. Suggestions for new features or changes in their input and output mechanisms are welcome. |
This is a data module for Module:Adjacent stations. It supports former railway services in Greece.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Athens–Lavrion Railway | Athens-Lavrion |
000 |
| |
Lavrion Square–Strofyli Railway | Lavrion Square-Strofyli |
000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Piraeus-Patras |
000 |
|
- Route boxes
Athens–Lavrion Lavrion Square–Strofyli Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page.
local m = "%1 metro station"
local p = {
["system title"] = "Former railways",
["system color"] = "000",
["station format"] = {
"%1 railway station",
["Ano Patisia"] = m,
["Attiki"] = m,
["Chalandri"] = m,
["Irakleio"] = m,
["Kato Patisia"] =m,
["Kifissia"] = m,
["Lavrion"] = "[[Lavrio|Lavrion]]",
["Lavrion Square"] = "[[Omonia metro station|Lavrion Square]]",
["Marousi"] = m,
["Nea Ionia"] = m,
["Strofyli"] = "[[Lavrion Square–Strofyli railway#Strofyli station|Strofyli]]",
},
["lines"] = {
["_default"] = {
["color"] = "000",
},
["Athens–Lavrion"] = {
["title"] = "[[Athens–Lavrion Railway]]",
["left terminus"] = "Lavrion Square",
["right terminus"] = "Lavrion",
["types"] = {
["Kalogreza branch"] = {
["right terminus"] = "Kalogreza",
},
["Lavrion branch"] = {
["right terminus"] = "Lavrion",
},
}
},
["Lavrion Square–Strofyli"] = {
["title"] = "[[Lavrion Square–Strofyli railway|Lavrion Square–Strofyli Railway]]",
["left terminus"] = "Lavrion Square",
["right terminus"] = "Strofyli",
},
},
["aliases"] = {
["athens-lavrion"] = "Athens–Lavrion",
["lavrion square-strofyli"] = "Lavrion Square–Strofyli"
},
}
return p