Jump to content

Module:Adjacent stations/Norddeutsche Eisenbahn Niebüll

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Norddeutsche Eisenbahn Niebüll]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein|%1]]",	
		},
			["RB 65"] = {
			["color"] = "DEDC00",
			["text color"] = "000000",
			["left terminus"] = "Niebüll",
			["right terminus"] = "Dagebüll Mole",
		},
			["RB 66"] = {
			["color"] = "788D00",
			["text color"] = "FFFFFF",
			["left terminus"] = "Niebüll",
			["right terminus"] = "Esbjerg",
		},
	},
}

return p