Module:Adjacent stations/Arverio Bayern
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Arverio Bayern.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 80 | RB 80 |
|
| |
RB 86 | RB 86 |
6cc3d9 |
| |
RB 87 | RB 87 |
6cc3d9 |
| |
RB 89 | RB 89 |
008fbf |
| |
RB 92 | RB 92 |
ff9999 |
| |
RE 9 | RE 9 |
004080 |
| |
RE 80 | RE 80 |
008fbf |
| |
RE 87 | RE 87 |
|
| |
RE 89 | RE 89 |
008fbf |
| |
RE 72 | RE 72 |
ff6600 |
| |
RE 92 | RE 92 |
|
| |
RE 96 | RE 96 |
ffb200 |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "",
["system icon"] = "[[File:Go-Ahead Bayern.svg|80px|link=Go-Ahead Verkehrsgesellschaft Deutschland]]",
["station format"] = {
"%1 station",
["Aalen"] = hbf,
["Augsburg"] = hbf,
["München"] = hbf,
["Ulm"] = hbf,
["Würzburg"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[List of railway routes in Bavaria|%1]]",
},
["RB 86"] = {
["color"] = "6cc3d9",
["left terminus"] = "Dinkelscherben",
["right terminus"] = "München",
},
["RB 87"] = {
["color"] = "6cc3d9",
["left terminus"] = "Donauwörth",
["right terminus"] = "München",
},
["RB 89"] = {
["color"] = "008fbf",
["left terminus"] = "Aalen",
["right terminus"] = "Donauwörth",
},
["RB 92"] = {
["color"] = "ff9999",
["left terminus"] = "Lindau-Insel",
["right terminus"] = "Memmingen",
},
["RE 9"] = {
["color"] = "004080",
["left terminus"] = "Ulm",
["right terminus"] = "München",
},
["RE 72"] = {
["color"] = "ff6600",
["left terminus"] = "Memmingen",
["right terminus"] = "München",
},
["RE 80"] = {
["color"] = "008fbf",
["left terminus"] = "Würzburg",
["right terminus"] = "München",
},
["RE 89"] = {
["color"] = "008fbf",
["left terminus"] = "Aalen",
["right terminus"] = "München",
},
["RE 96"] = {
["color"] = "ffb200",
["left terminus"] = "Lindau-Reutin",
["right terminus"] = "München",
},
["RB"] = {
["title"] = "",
["color"] = "00519E",
["types"] = {
["74"] = {
["title"] = "[[List of railway routes in Bavaria|RB 74]]",
["left terminus"] = "Buchloe",
["right terminus"] = "München",
},
["92"] = {
["title"] = "[[List of railway routes in Bavaria|RB 92]]",
["left terminus"] = "Lindau-Insel",
["right terminus"] = "Memmingen",
},
},
},
["RE"] = {
["title"] = "",
["color"] = "FF0000",
["types"] = {
["72"] = {
["title"] = "[[List of railway routes in Bavaria|RE 72]]",
["left terminus"] = "Memmingen",
["right terminus"] = "München",
},
["96"] = {
["title"] = "[[List of railway routes in Bavaria|RE 96]]",
["left terminus"] = "Lindau-Reutin",
["right terminus"] = "München",
},
},
},
},
}
return p