This is a data module for Module:Adjacent stations. It supports services operated by Erzgebirgsbahn.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 80 | RB 80 |
0000FF |
| |
RB 81 | RB 81 |
0000FF |
| |
RB 95 | RB 95 |
0000FF |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Erzgebirgsbahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Chemnitz"] = hbf,
["Zwickau"] = hbf,
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
},
["RB 80"] = {
["title"] = "[[List of railway routes in Saxony#Erzgebirgsbahn|RB 80]]",
["color"] = "0000FF",
["left terminus"] = "Chemnitz",
["right terminus"] = "Cranzahl",
},
["RB 81"] = {
["title"] = "[[List of railway routes in Saxony#Erzgebirgsbahn|RB 81]]",
["color"] = "0000FF",
["left terminus"] = "Chemnitz",
["right terminus"] = "Grünthal",
},
["RB 95"] = {
["title"] = "[[List of railway routes in Saxony#Erzgebirgsbahn|RB 95]]",
["color"] = "0000FF",
["left terminus"] = "Zwickau",
["right terminus"] = "Georgenstadt",
},
},
}
return p