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 |
|
| |
RE 5 | RE 5 |
004080 |
| |
RB 13 | RB 13 |
ffb200 |
| |
RB 14 | RB 14 |
ffb200 |
| |
RB 53 | RB 53 |
|
| |
RB 54 | RB 54 |
00ace5 |
| |
RB 55 | RB 55 |
ff6600 |
| |
RB 56 | RB 56 |
ff6600 |
| |
RB 57 | RB 57 |
ff6600 |
| |
RB 58 | RB 58 |
ffb200 |
| |
RB 67 | RB 67 |
bf73bf |
| |
RB 68 | RB 68 |
90bf26 |
| |
RB 69 | RB 69 |
00ace5 |
| |
RB 77 | RB 77 |
24b27d |
| |
RB 83 | RB 83 |
|
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "",
["system icon"] = "[[File:Logo BRB 2015.svg|60px|link=Bayerische Regionalbahn]]",
["station format"] = {
"%1 station",
["Ingolstadt"] = hbf,
["Landshut Hbf"] = "Landshut (Bayern) Hauptbahnhof",
["Salzburg Hbf"] = "Salzburg Hauptbahnhof",
["München Hbf"] = "München Hauptbahnhof",
["Augsburg Hbf"] = "Augsburg Hauptbahnhof",
},
["lines"] = {
["_default"] = {
["title"] = "[[Bayerische Regiobahn|%1]]",
},
-- RB
["RB 13"] = {
["color"] = "ffb200",
["left terminus"] = "Augsburg Hbf",
["right terminus"] = "Ingolstadt",
},
["RB 14"] = {
["color"] = "ffb200",
["left terminus"] = "Eichstätt Stadt",
["right terminus"] = "Ingolstadt",
},
["RB 54"] = {
["color"] = "00ace5",
["left terminus"] = "München Hbf",
["right terminus"] = "Kufstein",
},
["RB 55"] = {
["color"] = "ff6600",
["left terminus"] = "München Hbf",
["right terminus"] = "Bayrischzell",
},
["RB 56"] = {
["color"] = "ff6600",
["left terminus"] = "München Hbf",
["right terminus"] = "Lenggries",
},
["RB 57"] = {
["color"] = "ff6600",
["left terminus"] = "München Hbf",
["right terminus"] = "Tegernsee",
},
["RB 58"] = {
["color"] = "ffb200",
["left terminus"] = "München Hbf",
["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 Hbf",
},
["RB 69"] = {
["color"] = "00ace5",
["left terminus"] = "Augsburg Hbf",
["right terminus"] = "Landsberg (Lech)",
},
["RB 77"] = {
["color"] = "24b27d",
["left terminus"] = "Augsburg Hbf",
["right terminus"] = "Füssen",
},
-- RE
["RE 5"] = {
["color"] = "004080",
["left terminus"] = "München Hbf",
["right terminus"] = "Salzburg Hbf",
},
},
}
return p