Module:Adjacent stations/Die Länderbahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Die Länderbahn. Do not use this module directly; use the appropriate module for the individual brand:
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "",
["system icon"] = "[[File:Länderbahn logo.svg|100px|link=Die Länderbahn]]",
["station format"] = {
"%1 station",
["Hof"] = hbf,
["Landshut (Bayern)"] = hbf,
["Munich"] = "[[München Hauptbahnhof|München Hbf]]",
["München"] = hbf,
["Praha hl.n."] = "Praha hlavní nádraží",
["Regensburg"] = hbf,
},
["lines"] = {
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["23"] = {
["title"] = "[[List of railway routes in Bavaria|RE 25]]",
["note-mid"] = "[[oberpfalzbahn]]",
["left terminus"] = "Marktredwitz",
["right terminus"] = "Regensburg",
},
},
},
["RE"] = {
["title"] = "",
["color"] = "FF0000",
["types"] = {
["2"] = {
["title"] = "[[List of railway routes in Bavaria|RE 2]]",
["left terminus"] = "München",
["right terminus"] = "Hof",
},
["25"] = {
["title"] = "[[List of railway routes in Bavaria|RE 25]]",
["left terminus"] = "München",
["right terminus"] = "Praha hl.n.",
},
},
},
},
}
return p