Module:Adjacent stations/European Sleeper
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by European Sleeper.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Brussels - Prague | ES |
FD4919 |
|
local p = {
["system title"] = "[[European Sleeper]]",
["system icon"] = "[[File:European Sleeper Logo.svg|30px]]",
["station format"] = {
"%1 station",
["Prague"] = "Praha hl.n.",
["Ústí nad Labem"] = "Ústí nad Labem main railway station",
},
["lines"] = {
["ES"] = {
["title"] = "[[European Sleeper|Brussels - Prague]]",
["color"] = "FD4919",
["left terminus"] = "Brussels-South",
["right terminus"] = "Praha hl.n.",
},
},
}
return p