Module:Adjacent stations/Ostdeutsche Eisenbahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Ostdeutsche Eisenbahn.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 1 |
|
| |
RE 2 | RE 2 |
E2001A |
| |
RE 4 | RE 4 |
E2001A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 8S |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RE 8N |
|
| |
RE 9 | RE 9 |
E2001A |
| |
RE 10 | RE 10 |
E2001A |
| |
RB 13 | RB 13 |
00519E |
| |
RB 14 | RB 14 |
00519E |
| |
RB 15 | RB 15 |
00519E |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 18 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 19 |
|
| |
RB 33 | RB 33 |
00519E |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | RB 37 |
|
| |
RB 46 | RB 46 |
00519E |
| |
RB 51 | RB 51 |
00519E |
| |
RB 64 | RB 64 |
00519E |
| |
RB 65 | RB 65 |
00519E |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Ostdeutsche Eisenbahn]]",
["system icon"] = "[[File:ODEG-Logo Neu.svg|15px]]",
["station format"] = {
"%1 station",
["Berlin"] = hbf,
["Brandenburg"] = hbf,
["Cottbus"] = hbf,
["Rostock"] = hbf,
["Stralsund"] = hbf,
},
["lines"] = {
-- Regionalbahn
["RB 13"] = {
["title"] = "[[List of railway routes in Mecklenburg-Vorpommern#Regional services|RB 13]]",
["color"] = "00519E",
["left terminus"] = "Rehna",
["right terminus"] = "Parchim",
},
["RB 14"] = {
["title"] = "[[List of railway routes in Mecklenburg-Vorpommern#Regional services|RB 14]]",
["color"] = "00519E",
["left terminus"] = "Hagenow Stadt",
["right terminus"] = "Parchim",
},
["RB 15"] = {
["title"] = "[[List of railway routes in Mecklenburg-Vorpommern#Regional services|RB 15]]",
["color"] = "00519E",
["left terminus"] = "Plau am See",
["right terminus"] = "Waren (Müritz)",
},
["RB 33"] = {
["title"] = "[[List of railway routes in Berlin and Brandenburg#Regional services|RB 33]]",
["color"] = "00519E",
["left terminus"] = "Berlin-Wannsee",
["right terminus"] = "Jüterbog",
},
["RB 46"] = {
["title"] = "[[List of railway routes in Berlin and Brandenburg#Regional services|RB 46]]",
["color"] = "00519E",
["left terminus"] = "Cottbus",
["right terminus"] = "Forst (Lausitz)",
},
["RB 51"] = {
["title"] = "[[List of railway routes in Berlin and Brandenburg#Regional services|RB 51]]",
["color"] = "00519E",
["left terminus"] = "Rathenow",
["right terminus"] = "Brandenburg",
},
["RB 64"] = {
["title"] = "[[List of railway routes in Saxony#Ostdeutsche Eisenbahn|RB 64]]",
["color"] = "00519E",
["left terminus"] = "Hoyerswerda",
["right terminus"] = "Görlitz",
},
["RB 65"] = {
["title"] = "[[List of railway routes in Berlin and Brandenburg#Regional services|RB 65]]",
["color"] = "00519E",
["left terminus"] = "Cottbus",
["right terminus"] = "Zittau",
},
-- Regional-Express
["RE 2"] = {
["title"] = "[[List of railway routes in Mecklenburg-Vorpommern#Regional services|RE 2]]",
["color"] = "E2001A",
["left terminus"] = "Wismar",
["right terminus"] = "Cottbus",
},
["RE 4"] = {
["title"] = "[[List of railway routes in Mecklenburg-Vorpommern#Regional services|RE 4]]",
["color"] = "E2001A",
["left terminus"] = "Rathenow",
["right terminus"] = "Jüterbog",
},
["RE 9"] = {
["title"] = "[[List of railway routes in Mecklenburg-Vorpommern#Regional services|RE 9]]",
["color"] = "E2001A",
["left terminus"] = "Rostock",
["right terminus"] = {"Sassnitz", "Ostseebad Binz"},
},
["RE 10"] = {
["title"] = "[[List of railway routes in Mecklenburg-Vorpommern#Regional services|RE 10]]",
["color"] = "E2001A",
["left terminus"] = "Rostock",
["right terminus"] = "Züssow",
},
},
}
return p