Module:Adjacent stations/Mitteldeutsche Regiobahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Mitteldeutsche Regiobahn.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RE 3 | RE 3 |
952e4f |
| |
RE 6 | RE 6 |
7b6dac |
| |
RB 30 | RB 30 |
007dc6 |
| |
RB 45 | RB 45 |
ffd503 |
| |
RB 83 | RB 83 |
069edb |
| |
RB 110 | RB 110 |
00a996 |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Mitteldeutsche Regiobahn]]",
["system icon"] = "[[File:Mitteldeutsche Regiobahn 2016 logo.svg|30px]]",
["station format"] = {
"%1 station",
["Chemnitz"] = hbf,
["Döbeln"] = hbf,
["Dresden"] = hbf,
["Hof"] = hbf,
["Leipzig"] = hbf,
["Plauen (Vogtl) ob Bf"] = "Plauen (Vogtland) Oberer Bahnhof",
["Reichenbach (Vogtl) ob Bf"] = "Reichenbach (Vogtland) Oberer Bahnhof",
["Zwickau"] = hbf,
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
},
["RE 3"] = {
["title"] = "[[List of railway routes in Saxony#Mitteldeutsche Regiobahn|RE 3]]",
["color"] = "952e4f",
["left terminus"] = "Hof",
["right terminus"] = "Dresden",
},
["RE 6"] = {
["title"] = "[[List of railway routes in Saxony#Mitteldeutsche Regiobahn|RE 6]]",
["color"] = "7b6dac",
["left terminus"] = "Leipzig",
["right terminus"] = "Chemnitz",
},
["RB 30"] = {
["title"] = "[[List of railway routes in Saxony#Mitteldeutsche Regiobahn|RB 30]]",
["color"] = "007dc6",
["left terminus"] = "Zwickau",
["right terminus"] = "Dresden",
},
["RB 45"] = {
["title"] = "[[List of railway routes in Saxony#Mitteldeutsche Regiobahn|RB 45]]",
["color"] = "ffd503",
["text color"] = "000000",
["left terminus"] = "Chemnitz",
["right terminus"] = "Elsterwerda",
},
["RB 83"] = {
["title"] = "[[List of railway routes in Saxony#Mitteldeutsche Regiobahn|RB 83]]",
["color"] = "069edb",
["left terminus"] = "Freiberg (Sachs)",
["right terminus"] = "Holzhau",
},
["RB 110"] = {
["title"] = "[[List of railway routes in Saxony#Mitteldeutsche Regiobahn|RB 110]]",
["color"] = "00a996",
["left terminus"] = "Leipzig",
["right terminus"] = "Döbeln",
},
},
}
return p