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 |
ES |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rws = "%1 railway station"
local p = {
["system title"] = "[[European Sleeper]]",
["system icon"] = "[[File:European Sleeper logo RDT.svg|20px]]",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Prague"] = "Praha hl.n.",
["Ústí nad Labem"] = "Ústí nad Labem main railway station",
["Dresden"] = hbf,
["Berlin"] = hbf,
["Deventer"] = rws,
["Amersfoort Centraal"] = rws,
["Amsterdam"] = "[[Amsterdam Centraal station|Amsterdam Centraal]]",
["Schiphol Airport"] = rws,
["Den Haag HS"] = rws,
["Roosendaal"] = rws,
["Antwerpen-Centraal"] = rws,
},
["lines"] = {
["ES"] = {
["title"] = "[[European Sleeper|Brussels - Prague]]",
["color"] = "FD4919",
["left terminus"] = "Brussels-South",
["right terminus"] = "Praha hl.n.",
},
},
}
return p