Module:Adjacent stations/Erfurter Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Erfurter Bahn.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RE 12 | RE 12 |
3c6b66 |
RE 12 | |
RB 13 | RB 13 |
90bc5c |
RB 13 | |
RB 21 | RB 21 |
579b95 |
RB 21 | |
RB 22 | RB 22 |
3c6b66 |
RB 22 | |
RB 23 | RB 23 |
662a84 |
RB 23 | |
RB 26 | RB 26 |
7f93c9 |
RB 26 | |
RB 27 | RB 27 |
817246 |
RB 27 | |
RB 28 | RB 28 |
1b2a7f |
RB 28 | |
RB 32 | RB 32 |
ad8fbf |
RB 32 | |
RB 40 | RB 40 |
498242 |
RB 40 | |
RB 76 | RB 76 |
73542f |
RB 76 | |
RE 47 | RE 47 |
662a84 |
RE 47 | |
RB 50 | RB 50 |
c8001b |
RB 50 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rws = "%1 railway station"
local p = {
["system title"] = "[[Erfurter Bahn]]",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
["Arnstadt"] = hbf,
["Erfurt"] = hbf,
["Gera"] = hbf,
["Hof"] = hbf,
["Leipzig"] = hbf,
["Leipzig-Plagwitz"] = rws,
["Leipzig-Möckern"] = rws,
["Mellrichstadt"] = "[[%1 Bahnhof|%1 Bf]]",
["Schweinfurt"] = hbf
},
["lines"] = {
["_default"] = {
["title"] = "[[Erfurter Bahn|%1]]",
},
-- RB
["RB 13"] = {
["color"] = "90bc5c",
["left terminus"] = "Hof",
["right terminus"] = "Gera"
},
["RB 21"] = {
["color"] = "579b95",
["left terminus"] = "Erfurt",
["right terminus"] = "Gera"
},
["RB 22"] = {
["color"] = "3c6b66",
["left terminus"] = "Saalfeld (Saale)",
["right terminus"] = "Leipzig"
},
["RB 23"] = {
["color"] = "662a84",
["left terminus"] = "Erfurt",
["right terminus"] = "Saalfeld (Saale)"
},
["RB 26"] = {
["color"] = "7f93c9",
["left terminus"] = "Weimar",
["right terminus"] = "Kranichfeld"
},
["RB 27"] = {
["color"] = "817246",
["left terminus"] = "Sömmerda",
["right terminus"] = "Buttstädt"
},
["RB 28"] = {
["color"] = "1b2a7f",
["left terminus"] = "Jena Saale",
["right terminus"] = "Pößneck unt Bf"
},
["RB 32"] = {
["color"] = "ad8fbf",
["left terminus"] = "Saalfeld (Saale)",
["right terminus"] = "Blankenstein (Saale)"
},
["RB 40"] = {
["color"] = "498242",
["left terminus"] = "Schweinfurt Stadt",
["right terminus"] = "Meiningen"
},
["RB 50"] = {
["color"] = "c8001b",
["left terminus"] = "Gemünden (Main)",
["right terminus"] = "Schweinfurt Stadt"
},
["RB 76"] = {
["color"] = "73542f",
["left terminus"] = "Weißenfels",
["right terminus"] = "Zeitz",
},
-- RE
["RE 12"] = {
["color"] = "3c6b66",
["left terminus"] = "Saalfeld (Saale)",
["right terminus"] = "Leipzig"
},
["RE 47"] = {
["color"] = "662a84",
["left terminus"] = "Erfurt",
["right terminus"] = "Saalfeld (Saale)"
}
}
}
return p