Module:Adjacent stations/Süd-Thüringen-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Süd-Thüringen-Bahn.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 41 | RB 41 |
4471a8 |
RB 41 | |
RB 43 | RB 43 |
9aabb5 |
RB 43 | |
RB 44 | RB 44 |
5394d1 |
RB 44 | |
RB 46 | RB 46 |
3d6c3e |
RB 46 | |
RB 48 | RB 48 |
52CCA3 |
RB 48 | |
RE 45 | RE 45 |
337387 |
RE 45 | |
RE 50 | RE 50 |
184250 |
RE 50 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Süd-Thüringen-Bahn]]",
["system icon"] = "",
["line icon format"] = "croute",
["station format"] = {
"%1 station",
["Arnstadt"] = hbf,
["Erfurt"] = hbf
},
["lines"] = {
["_default"] = {
["title"] = "[[Süd-Thüringen-Bahn|%1]]",
["text color"] = "FFFFFF",
},
["RB 41"] = {
["color"] = "4471a8",
["left terminus"] = "Eisenach",
["right terminus"] = "Neuhaus am Rennweg"
},
["RB 43"] = {
["color"] = "9aabb5",
["left terminus"] = "Wernshausen",
["right terminus"] = "Suhl"
},
["RB 44"] = {
["color"] = "5394d1",
["left terminus"] = "Meiningen",
["right terminus"] = "Erfurt"
},
["RB 46"] = {
["color"] = "3d6c3e",
["left terminus"] = "Ilmenau",
["right terminus"] = "Erfurt"
},
["RB 48"] = {
["color"] = "52CCA3",
["left terminus"] = "Fröttstädt",
["right terminus"] = "Friedrichroda"
},
["RE 45"] = {
["color"] = "337387",
["left terminus"] = "Ilmenau",
["right terminus"] = "Erfurt"
},
["RE 50"] = {
["color"] = "184250",
["left terminus"] = "Meiningen",
["right terminus"] = "Erfurt"
},
},
["aliases"] = {
["41"] = "RB 41",
["stb 41"] = "RB 41",
["43"] = "RB 43",
["stb 43"] = "RB 43",
["44"] = "RB 44",
["stb 44"] = "RB 44",
["46"] = "RB 46",
["stb 46"] = "RB 46",
["48"] = "RB 48",
["stb 48"] = "RB 48",
["45"] = "RE 45",
["stx 45"] = "RE 45",
["50"] = "RE 50",
["stx 50"] = "RE 50",
}
}
return p