Module:Adjacent stations/Bayerische Regiobahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Bayerische Regiobahn.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RE 3 | RE 3 |
992e00 |
RE 3 | |
RE 5 | RE 5 |
004080 |
RE 5 | |
RB 13 | RB 13 |
ffb200 |
RB 13 | |
RB 14 | RB 14 |
ffb200 |
RB 14 | |
RB 53 | RB 53 |
FF9999 |
RB 53 | |
RB 54 | RB 54 |
00ace5 |
RB 54 | |
RB 55 | RB 55 |
ff6600 |
RB 55 | |
RB 56 | RB 56 |
ff6600 |
RB 56 | |
RB 57 | RB 57 |
ff6600 |
RB 57 | |
RB 58 | RB 58 |
ffb200 |
RB 58 | |
RB 67 | RB 67 |
bf73bf |
RB 67 | |
RB 68 | RB 68 |
90bf26 |
RB 68 | |
RB 69 | RB 69 |
00ace5 |
RB 69 | |
RB 77 | RB 77 |
24b27d |
RB 77 | |
RB 83 | RB 83 |
FA77F2 |
RB 83 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "",
["system icon"] = "[[File:Logo BRB 2015.svg|60px|link=Bayerische Regiobahn]]",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Augsburg"] = hbf,
["Dresden"] = hbf,
["Grafing Bahnhof"] = "%1",
["Hof"] = hbf,
["Ingolstadt"] = hbf,
["Landshut"] = "[[Landshut (Bayern) Hauptbahnhof|Landshut Hbf]]",
["Salzburg"] = hbf,
["Munich"] = "[[München Hauptbahnhof|München Hbf]]",
["München"] = hbf,
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
["title"] = "[[Bayerische Regiobahn|%1]]",
},
-- RB
["RB 13"] = {
["color"] = "ffb200",
["left terminus"] = "Augsburg",
["right terminus"] = "Ingolstadt",
},
["RB 14"] = {
["color"] = "ffb200",
["left terminus"] = "Eichstätt Stadt",
["right terminus"] = "Ingolstadt",
},
["RB 53"] = {
["color"] = "FF9999",
["left terminus"] = "Traunstein",
["right terminus"] = "Ruhpolding",
},
["RB 54"] = {
["color"] = "00ace5",
["left terminus"] = "München",
["right terminus"] = "Kufstein",
},
["RB 55"] = {
["color"] = "ff6600",
["left terminus"] = "München",
["right terminus"] = "Bayrischzell",
},
["RB 56"] = {
["color"] = "ff6600",
["left terminus"] = "München",
["right terminus"] = "Lenggries",
},
["RB 57"] = {
["color"] = "ff6600",
["left terminus"] = "München",
["right terminus"] = "Tegernsee",
},
["RB 58"] = {
["color"] = "ffb200",
["left terminus"] = "München",
["right terminus"] = "Rosenheim",
},
["RB 67"] = {
["color"] = "bf73bf",
["left terminus"] = "Augsburg-Oberhausen",
["right terminus"] = "Schongau",
},
["RB 68"] = {
["color"] = "90bf26",
["left terminus"] = "Füssen",
["right terminus"] = "München",
},
["RB 69"] = {
["color"] = "00ace5",
["left terminus"] = "Augsburg",
["right terminus"] = "Landsberg (Lech)",
},
["RB 77"] = {
["color"] = "24b27d",
["left terminus"] = "Augsburg",
["right terminus"] = "Füssen",
},
["RB 83"] = {
["color"] = "FA77F2",
["left terminus"] = "Gessertshausen",
["right terminus"] = "Augsburg",
},
-- RE
["RE 3"] = {
["color"] = "992e00",
["left terminus"] = "Dresden",
["right terminus"] = "Hof",
},
["RE 5"] = {
["color"] = "004080",
["left terminus"] = "München",
["right terminus"] = "Salzburg",
},
},
}
return p