Module:Adjacent stations/nordbahn

From Wikipedia, the free encyclopedia

local de = "%1 station (Germany)"
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Nordbahn Eisenbahngesellschaft Logo.svg|75px|link=nordbahn]]",
	["station format"] = {
		"%1 station",
		["Hamburg"] = hbf,
		["Husum"] = de,
		["Kiel"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein|%1]]",		
		},
		["RB 61"] = {
			["color"] = "093969",
			["left terminus"] = "Itzehoe",
			["right terminus"] = "Hamburg",
		},
		["RB 63"] = {
			["color"] = "ECA800",
			["left terminus"] = "Büsum",
			["right terminus"] = "Neumünster",
		},	
		["RB 64"] = {
			["color"] = "189bcc",
			["left terminus"] = "Bad St. Peter-Ording",
			["right terminus"] = "Husum",
		},
		["RB 71"] = {
			["color"] = "2B74BE",
			["left terminus"] = {"Itzehoe", "Wrist"},
			["right terminus"] = "Hamburg-Altona",
		},
		["RB 75"] = {
			["color"] = "854216",
			["left terminus"] = "Rendsburg",
			["right terminus"] = "Kiel",
		},
		["RB 82"] = {
			["color"] = "888888",
			["left terminus"] = "Neumünster",
			["right terminus"] = "Bad Oldesloe",
		},
	   	["RE 74"] = {
			["color"] = "3335af",
			["left terminus"] = "Husum",
			["right terminus"] = "Kiel",
		},
	},
}

return p