Module:Adjacent stations/Thessaloniki Regional Railway
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 Thessaloniki Regional Railway routes.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
|
c10a27 |
| ||
Line T1 | 1 or T1 |
14b1e7 |
T1 | |
Line T2 | 2 or T2 |
fbb040 |
T2 | |
Line T3 | 3 or T3 |
43b75b |
T3 |
- Route boxes
References
[edit]- "Map". Hellenic Train. Athens. 10 March 2025. Archived from the original (SVG) on 31 March 2025. Retrieved 31 March 2025.
local s = "%1 station"
local p = {
["system title"] = "[[Thessaloniki Suburban Railway|Regional Rail]]",
["system icon"] = "[[File:Proastiakos icon (no text).svg|24px|link=Thessaloniki Suburban Railway|Thessaloniki Regional Railway]]",
["system icon format"] = "route",
["station format"] = {
"%1 railway station",
["Livadia"] = "[[Livadia railway station, Serres|Livadia]]",
},
["lines"] = {
["_default"] = {
["title"] = "[[Thessaloniki Suburban Railway|Line T%1]]",
["color"] = "c10a27",
["text color"] = "FFF"
-- The default colour is red, which means the default text colour has to be white.
},
["1"] = {
["short name"] = "T1",
["color"] = "14b1e7",
["left terminus"] = "Larissa",
["right terminus"] = "Thessaloniki"
},
["2"] = {
["short name"] = "T2",
["color"] = "fbb040",
["text color"] = "000",
["left terminus"] = "Florina",
["right terminus"] = "Thessaloniki"
},
["3"] = {
["short name"] = "T3",
["color"] = "43b75b",
["left terminus"] = "Thessaloniki",
["right terminus"] = "Drama"
}
},
["aliases"] = {
["t1"] = "1",
["t2"] = "2",
["t3"] = "3"
}
}
return p