Module:Adjacent stations/SWEG
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by SWEG Südwestdeutsche Landesverkehrs-AG.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RE 42 | RE 42 |
|
| |
RE 43 | RE 43 |
|
| |
RE 71 | RE 71 |
|
| |
RB 20 | RB 20 |
d30730 |
| |
RB 20a | RB 20a |
f3c300 |
| |
RB 22 | RB 22 |
b15b9e |
| |
RB 24 | RB 24 |
b1cb06 |
| |
RB 25 | RB 25 |
b6931d |
| |
RB 32 | RB 32 |
|
| |
RB 42 | RB 42 |
018c3c |
| |
RB 42a | RB 42a |
ed6e18 |
| |
RB 43 | RB 43 |
249bd7 |
| |
RB 43a | RB 43a |
b6931d |
| |
RB 59a | RB 59a |
|
| |
RB 66 | RB 66 |
b1cb06 |
| |
RB 67 | RB 67 |
|
| |
RB 68 | RB 68 |
|
| |
RB 69 | RB 69 |
|
| |
RS 3 | RS 3 |
|
| |
RS 5 | RS 5 |
|
| |
RS 51 | RS 51 |
|
| |
RS 1 | RS 1 |
|
| |
RS 2 | RS 2 |
|
| |
RS 3-Ortenau | RS 3-Ortenau |
|
| |
RS 4 | RS 4 |
|
| |
RS 11 | RS 11 |
|
| |
RS 12 | RS 12 |
|
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[SWEG Südwestdeutsche Landesverkehrs-AG|SWEG]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Freudenstadt"] = hbf,
["Tübingen"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[List of railway routes in Baden-Württemberg|%1]]",
["text color"] = "FFFFFF",
},
["RB 20"] = {
["title"] = "[[Ortenau-S-Bahn|%1]]",
["color"] = "d30730",
["types"] = {
["718"] = {
["title"] = "",
["left terminus"] = "Freudenstadt",
["right terminus"] = "Bad Griesbach",
},
["721"] = {
["title"] = "",
["left terminus"] = "Bad Griesbach",
["right terminus"] = "Freudenstadt",
},
},
},
["RB 20a"] = {
["title"] = "[[Ortenau-S-Bahn|%1]]",
["color"] = "f3c300",
["text color"] = "000000",
["left terminus"] = "Hausach",
["right terminus"] = "Hornberg",
},
["RB 22"] = {
["title"] = "[[Ortenau-S-Bahn|%1]]",
["color"] = "b15b9e",
["left terminus"] = "Biberach (Baden)",
["right terminus"] = "Oberharmersbach-Riersbach",
},
["RB 24"] = {
["title"] = "[[Ortenau-S-Bahn|%1]]",
["color"] = "b1cb06",
["left terminus"] = "Achern",
["right terminus"] = "Ottenhöfen",
},
["RB 25"] = {
["title"] = "[[Ortenau-S-Bahn|%1]]",
["color"] = "b6931d",
["left terminus"] = "Strasbourg-Ville",
["right terminus"] = "Offenburg",
},
["RB 42"] = {
["color"] = "018c3c",
["left terminus"] = "Rottweil",
["right terminus"] = "Bräunlingen",
},
["RB 42a"] = {
["color"] = "ed6e18",
["left terminus"] = "Trossingen",
["right terminus"] = "Trossingen Stadt",
},
["RB 43"] = {
["color"] = "249bd7",
["left terminus"] = "Blumberg-Zollhaus",
["right terminus"] = "Rottweil",
},
["RB 43a"] = {
["color"] = "b6931d",
["left terminus"] = "Immendingen",
["right terminus"] = "Sigmaringen",
},
["RB 66"] = {
["color"] = "b1cb06",
["left terminus"] = "Tübingen",
["right terminus"] = "Sigmaringen",
},
},
}
return p