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 |
008fbf |
RB 80 | |
RB 86 | RB 86 |
6cc3d9 |
RB 86 | |
RB 87 | RB 87 |
6cc3d9 |
RB 87 | |
RB 89 | RB 89 |
008fbf |
RB 89 | |
RB 92 | RB 92 |
999999 |
RB 92 | |
RE 9 | RE 9 |
004080 |
RE 9 | |
RE 80 | RE 80 |
008fbf |
RE 80 | |
RE 87 | RE 87 |
6cc3d9 |
RE 87 | |
RE 89 | RE 89 |
008fbf |
RE 89 | |
RE 72 | RE 72 |
ff6600 |
RE 72 | |
RE 96 | RE 96 |
ffb200 |
RE 96 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "",
["system icon"] = "[[File:Arverio-by-logo.svg|80px|link=Arverio Bayern]]",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Aalen"] = hbf,
["Augsburg"] = hbf,
["München"] = hbf,
["Stuttgart"] = hbf,
["Ulm"] = hbf,
["Würzburg"] = hbf,
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
["title"] = "[[Arverio|%1]]",
},
["RB 80"] = {
["color"] = "008fbf",
["title"] = "[[Arverio|RB 80]]",
["left terminus"] = "Ansbach",
["right terminus"] = "Augsburg",
},
["RB 86"] = {
["color"] = "6cc3d9",
["title"] = "[[Arverio|RB 86]]",
["left terminus"] = "Dinkelscherben",
["right terminus"] = "München",
},
["RB 87"] = {
["color"] = "6cc3d9",
["title"] = "[[Arverio|RB 87]]",
["left terminus"] = "Donauwörth",
["right terminus"] = "München",
},
["RB 89"] = {
["color"] = "008fbf",
["title"] = "[[Arverio|RB 89]]",
["left terminus"] = "Aalen",
["right terminus"] = "Donauwörth",
},
["RB 92"] = {
["color"] = "999999",
["title"] = "[[Arverio|RB 92]]",
["left terminus"] = "Lindau-Insel",
["right terminus"] = "Memmingen",
},
["RE 9"] = {
["color"] = "004080",
["title"] = "[[Arverio|RE 9]]",
["left terminus"] = "Ulm",
["right terminus"] = "München",
},
["RE 72"] = {
["color"] = "ff6600",
["title"] = "[[Arverio|RE 72]]",
["left terminus"] = "Memmingen",
["right terminus"] = "München",
},
["RE 80"] = {
["color"] = "008fbf",
["title"] = "[[Arverio|RE 80]]",
["left terminus"] = "Würzburg",
["right terminus"] = "München",
},
["RE 87"] = {
["color"] = "6cc3d9",
["title"] = "[[Arverio|RE 87]]",
["left terminus"] = "Donauwörth",
["right terminus"] = "Augsburg",
},
["RE 89"] = {
["color"] = "008fbf",
["title"] = "[[Arverio|RE 89]]",
["left terminus"] = "Aalen",
["right terminus"] = "München",
},
["RE 96"] = {
["color"] = "ffb200",
["title"] = "[[Arverio|RE 96]]",
["left terminus"] = "Lindau-Reutin",
["right terminus"] = "München",
},
},
}
return p