Module:Adjacent stations/FlixTrain
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by FlixTrain.
Lines
local p = {
["system title"] = "",
["system icon"] = "[[File:FlixTrain Logo 2020.svg|100px|link=Flixtrain]]",
["station format"] = {
"%1 station",
["Aachen Hbf"] = "Aachen Hauptbahnhof",
["Augsburg Hbf"] = "Augsburg Hauptbahnhof",
["Berlin Hbf"] = "Berlin Hauptbahnhof",
["Leipzig Hbf"] = "Leipzig Hauptbahnhof",
["München Hbf"] = "München Hauptbahnhof",
["Nürnberg Hbf"] ="Nürnberg Hauptbahnhof",
["Frankfurt Hbf"] = "Frankfurt Hauptbahnhof",
["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
["Stuttgart Hbf"] ="Stuttgart Hauptbahnhof",
},
["lines"] = {
["10"] = {
["title"] = "FLX 10",
["color"] = "00e71c",
["left terminus"] = "Berlin Hbf",
["right terminus"] = "Stuttgart Hbf",
},
["20"] = {
["title"] = "FLX 20",
["color"] = "00e71c",
["left terminus"] = "Hamburg Hbf",
["right terminus"] = "köln Hbf",
},
["25"] = {
["title"] = "FLX 25",
["color"] = "00e71c",
["left terminus"] = "Frankfurt Hbf",
["right terminus"] = "München Hbf",
},
["30"] = {
["title"] = "FLX 30",
["color"] = "00e71c",
["left terminus"] = "Berlin Südkreuz",
["right terminus"] = "Aachen Hbf",
},
["35"] = {
["title"] = "FLX 35",
["color"] = "00e71c",
["left terminus"] = "Hamburg Hbf",
["right terminus"] = "Leipzig Hbf",
},
["N35"] = {
["title"] = "FLX N35",
["color"] = "00e71c",
["left terminus"] = "Hamburg Hbf",
["right terminus"] = "München Hbf",
},
},
}
return p