Module:Adjacent stations/DB Regio Nordost

MyWikiBiz, Author Your Legacy — Thursday November 14, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/DB Regio Nordost/doc

local p = {
	["system title"] = "[[DB Regio Nordost]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
		["Rostock Hbf"] = "Rostock Hauptbahnhof",
		["Saatel"] = "Saatel railway station",
		["Stralsund Hbf"] = "Stralsund Hauptbahnhof",
		["Schwerin Hbf"] = "Schwerin Hautpbahnhof",
		["Göttingen Hbf"] = "Göttingen Hauptbahnhof",
		["Kenz"] = "Kenz railway station",
		["Barth"] = "Barth railway station",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["11"] = {
					["title"] = "[[Regionalbahn|RB 11]]",
					["left terminus"] = "Rostock Hbf",
					["right terminus"] = "Wismar Hbf",
				},
			    ["12"] = {
					["title"] = "[[Regionalbahn|RB 12]]",
					["left terminus"] = "Graal-Müritz",
					["right terminus"] = "Ribnitz-Damgarten West",
				},
			    ["17"] = {
					["title"] = "[[Regionalbahn|RB 17]]",
					["left terminus"] = "Rostock Hbf",
					["right terminus"] = "Ludwigslust",
				},
			    ["25"] = {
					["title"] = "[[Regionalbahn|RB 25]]",
					["left terminus"] = "Velgast",
					["right terminus"] = "Barth",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "FF0000",
			["types"] = {
			    ["1"] = {
					["title"] = "[[Regional-Express|RE 1]]",
					["left terminus"] = "Hamburg Hbf",
					["right terminus"] = "Rostock Hbf",				
				},
			    ["3"] = {
					["title"] = "[[Regional-Express|RE 3]]",
					["left terminus"] = "Stralsund",
					["right terminus"] = "Falkenberg",				
				},
			    ["5"] = {
					["title"] = "[[Regional-Express|RE 5]]",
					["left terminus"] = "Stralsund",
					["right terminus"] = "Wünsdorf-Waldstadt",				
				},
			},
		},
	},
}

return p