Jump to content

Module:Adjacent stations/Ostdeutsche Eisenbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:23, 25 September 2022 (+Schwerin). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Ostdeutsche Eisenbahn]]",
	["system icon"] = "[[File:ODEG-Logo Neu.svg|30px]]",
	["station format"] = {
		"%1 station",
		["Berlin"] = hbf,
		["Brandenburg"] = hbf,
		["Cottbus"] = hbf,
		["Rostock"] = hbf,
		["Schwerin"] = 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 19"] = {
			["title"] = "[[List of railway routes in Mecklenburg-Vorpommern#Regional services|RB 19]]",
			["color"] = "00519E",
			["left terminus"] = "Parchim",
			["right terminus"] = "Plau am See",
			["note-mid"] = "Seasonal service",
		},
		["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