Module:Adjacent stations/EVB

MyWikiBiz, Author Your Legacy — Tuesday May 07, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "[[Eisenbahnen und Verkehrsbetriebe Elbe-Weser|EVB]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bremen Hbf"] = "Bremen Hauptbahnhof",
		["Bremerhaven Hbf"] = "Bremerhaven Hauptbahnhof",
	},
	["lines"] = {
		["Moor Express"] = {
			["title"] = "[[Moor Express]]",
			["color"] = "0057a3",
			["left terminus"] = "Bremen Hbf",
			["right terminus"] = "Stade",
			["types"] = {
				-- For reversing the termini
				["Bremen–Bremerhaven"] = {
					["title"] = "",
					["left terminus"] = "Stade",
					["right terminus"] = "Bremen Hbf",
				},
			},
		},
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["33"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RB 33]]",
					["left terminus"] = "Cuxhaven",
					["right terminus"] = "Buxtehude",
				},
				["76"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RB 76]]",
					["left terminus"] = "Verden (Aller)",
					["right terminus"] = "Rotenburg",
				},
			},
		},
	},
}

return p