Module:Adjacent stations/agilis
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by agilis.
local p = {
["system title"] = "",
["system icon"] = "[[File:Agilis Logo.svg|50px|link=agilis]]",
["station format"] = {
"%1 station",
["Passau Hbf"] = "Passau Hauptbahnhof",
["Landshut Hbf"] = "Landshut Hauptbahnhof",
},
["lines"] = {
["RB"] = {
["title"] = "",
["types"] = {
["15"] = {
["title"] = "[[Regionalbahn|RB 15]]",
["color"] = "9cad49",
["left terminus"] = "Ulm Hbf",
["right terminus"] = "Landshut Hbf",
},
["22"] = {
["title"] = "[[Regionalbahn|RB 22]]",
["color"] = "9cad49",
["left terminus"] = "Lichtenfels",
["right terminus"] = "Ebermannstadt",
},
["26"] = {
["title"] = "[[Regionalbahn|RB 26]]",
["color"] = "68a7cc",
["left terminus"] = "Ebern",
["right terminus"] = "Forchheim (Oberfr)",
},
},
},
["RE"] = {
["title"] = "",
["color"] = "FF0000",
["types"] = {
["18"] = {
["title"] = "[[Regional-Express|RE 18]]",
["left terminus"] = "Ulm Hbf",
["right terminus"] = "Passau Hbf",
},
},
},
},
}
return p