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|RB 23]] ([[oberpfalzbahn|OPB 1]])",
["left terminus"] = "Marktredwitz",
["right terminus"] = "Regensburg",
},
["27"] = {
["title"] = "[[List of railway routes in Bavaria|RB 27]] ([[oberpfalzbahn|OPB 3]])",
["left terminus"] = "Schwandorf",
["right terminus"] = "Domažlice",
},
["28"] = {
["title"] = "[[List of railway routes in Bavaria|RB 28]] [[oberpfalzbahn|OPB 4]]",
["left terminus"] = "Waldmünchen",
["right terminus"] = "Cham (Oberpf)",
},
["29"] = {
["title"] = "[[List of railway routes in Bavaria|RB 29]] [[oberpfalzbahn|OPB 5]]",
["left terminus"] = "Waldmünchen",
["right terminus"] = "Cham (Oberpf)",
},
},
},
["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.",
},
},
},
["OPB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["1"] = {
["title"] = "[[List of railway routes in Bavaria|OPB 1]] (RB 23)",
["left terminus"] = "Marktredwitz",
["right terminus"] = "Regensburg",
},
["2"] = {
["title"] = "[[List of railway routes in Bavaria|OPB 2]] (RB 95)",
["left terminus"] = "Hof",
["right terminus"] = "Marktredwitz",
},
["3"] = {
["title"] = "[[List of railway routes in Bavaria|OPB 3]] (RB 27)",
["left terminus"] = "Schwandorf",
["right terminus"] = "Domažlice",
},
["4"] = {
["title"] = "[[List of railway routes in Bavaria|OPB 4]] (RB 28)",
["left terminus"] = "Waldmünchen",
["right terminus"] = "Cham (Oberpf)",
},
["5"] = {
["title"] = "[[List of railway routes in Bavaria|OPB 5]] (RB 29)",
["left terminus"] = "Waldmünchen",
["right terminus"] = "Cham (Oberpf)",
},
}
}
},
}
return p