Module:Adjacent stations/alex
Appearance
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Alex (rail service)|alex]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Hof"] = hbf,
["Landshut (Bayern)"] = hbf,
["München"] = hbf,
["Regensburg"] = hbf,
["Praha hl.n."] = "Praha hlavní nádraží",
},
["lines"] = {
["_default"] = {
["title"] = "[[List of railway routes in Bavaria|%1]]",
},
["RE 2"] = {
["color"] = "006666",
["left terminus"] = "München",
["right terminus"] = "Hof",
},
["RE 25"] = {
["color"] = "006666",
["left terminus"] = "München",
["right terminus"] = "Praha hl.n.",
},
},
}
return p