Module:Adjacent stations/DB Regio Bayern - Agilis (cooperation)
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by DB Regio Bayern - Agilis (cooperation).
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RE 22 | RE 22 |
FF6600 |
RE 22 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Agilis]] / [[DB Regio Bayern]]",
["system icon"] = "",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Bayreuth"] = hbf,
["Hof"] = hbf,
["Landshut"] = hbf,
["Passau"] = hbf,
["Regensburg"] = hbf,
["Ingolstadt"] = hbf,
["Ulm"] = hbf,
["Nürnberg"] = hbf,
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
["title"] = "[[List of railway routes in Bavaria|%1]]",
},
["RE 22"] = {
["title"] = "[[List of railway routes in Bavaria#Lines 2, 20–29 (southwest)|RE 22]]",
["color"] = "FF6600",
["left terminus"] = "Nürnberg",
["right terminus"] = "Munich Airport",
},
},
}
return p