Module:Adjacent stations/Patras Suburban Railway
Jump to navigation
Jump to search
| This module is rated as beta. It is considered ready for widespread use, but as it is still relatively new, it should be applied with some caution to ensure results are as expected. |
This is a data module for Module:Adjacent stations: it supports Patras Suburban Railway routes.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Line P1 | 1 or P1 |
FFCD00 |
| |
| Line P2 | 2 or P2 |
753BBD |
|
- Route boxes
References
[edit source]- Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
local s = "%1 station"
local p = {
["system title"] = "[[Proastiakos#Patras Suburban Railway|Suburban Rail]]",
["system icon"] = "[[File:Proastiakos icon (no text).svg|24px|link=Proastiakos#Patras Suburban Railway]]",
["rail box format"] = "title",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Proastiakos#Patras Suburban Railway|Line P%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 P3 and higher) unreadable.
},
["1"] = {
["left terminus"] = "Kato Achaia",
["right terminus"] = "Agios Andreas"
},
["2"] = {
["color"] = "753BBD",
["text color"] = "FFF",
["left terminus"] = "Agios Andreas",
["right terminus"] = "Rio"
},
},
["aliases"] = {
["p1"] = "1",
["p2"] = "2",
}
}
return p