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

local p = {
	["system title"] = "[[DB Regio Nord]]",
	["system icon"] = "[[File:Deutsche_Bahn_AG-Logo.svg|15px]]",
	["station format"] = {
		"%1 station",
		["Braunschweig"] = hbf,
		["Bremen"] = hbf,
		["Bremerhaven"] = hbf,
		["Hamburg"] = hbf,
		["Hannover"] = hbf,
		["Kiel"] = hbf,
		["Lübeck"] = hbf,
		["Oldenburg"] = hbf,
		["Osnabrück"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		["RE 1"] = {
			["title"] = "[[List of railway routes in Lower Saxony|RE 1]]",
			["color"] = "e30613",
			["left terminus"] = "Norddeich Mole",
			["right terminus"] = "Hannover",
		},
		["RE 7"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RE 7]]",
			["color"] = "ef7d00",
			["left terminus"] = {"Flensburg", "Kiel"},
			["right terminus"] = "Hamburg",
		},
		["RE 8"] = {
			["title"] = "[[List of railway routes in Lower Saxony|RE 8]]",
			["color"] = "e30613",
			["left terminus"] = "Bremerhaven-Lehe",
			["right terminus"] = "Hannover",
		},
		["RE 9"] = {
			["title"] = "[[List of railway routes in Lower Saxony|RE 9]]",
			["color"] = "e30613",
			["left terminus"] = "Bremerhaven-Lehe",
			["right terminus"] = "Osnabrück",
		},
		["RE 70"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RE 70]]",
			["color"] = "c20831",
			["left terminus"] = "Kiel",
			["right terminus"] = "Hamburg",
		},
		["RE 80"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RE 80]]",
			["color"] = "d9328a",
			["left terminus"] = "Hamburg",
			["right terminus"] = "Lübeck",
		},
		["RE 83"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RE 83]]",
			["color"] = "2f52a0",
			["left terminus"] = "Kiel",
			["right terminus"] = "Lüneburg",
		},
		["RB 44"] = {
			["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 44]]",
			["color"] = "00887e",
			["left terminus"] = "Salzgitter-Lebenstedt",
			["right terminus"] = "Braunschweig",
		},
		["RB 45"] = {
			["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 45]]",
			["color"] = "00887e",
			["left terminus"] = "Braunschweig",
			["right terminus"] = "Schöppenstedt",
		},
		["RB 46"] = {
			["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 46]]",
			["color"] = "00887e",
			["left terminus"] = "Herzberg (Harz)",
			["right terminus"] = "Braunschweig",
		},
		["RB 76"] = {
			["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 76]]",
			["color"] = "00519E",
			["left terminus"] = "Rotenburg",
			["right terminus"] = "Minden",
		},
		["RB 80"] = {
			["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 80]]",
			["color"] = "00887e",
			["left terminus"] = "Göttingen",
			["right terminus"] = "Nordhausen",
		},
		["RB 81-NI"] = {
			["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 81]]",
			["short name"] = "RB 81",
			["color"] = "00887e",
			["left terminus"] = "Bodenfelde",
			["right terminus"] = "Nordhausen",
		},
		["RB 81-SH"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RB 81]]",
			["short name"] = "RB 81",
			["color"] = "798e0b",
			["left terminus"] = "Hamburg",
			["right terminus"] = "Bad Oldesloe",
		},
		["RB 82"] = {
			["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 82]]",
			["color"] = "00887e",
			["left terminus"] = "Göttingen",
			["right terminus"] = "Bad Harzburg",
		},
		["RB 84"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RB 84]]",
			["color"] = "e3afd1",
			["text color"] = "000000",
			["left terminus"] = "Kiel",
			["right terminus"] = "Lübeck",
		},
		["RB 85"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RB 85]]",
			["color"] = "fbb907",
			["text color"] = "000000",
			["left terminus"] = "Lübeck",
			["right terminus"] = "Puttgarden",
		},
		["RB 86-NI"] = {
			["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 86]]",
			["short name"] = "RB 86",
			["color"] = "00887e",
			["left terminus"] = "Göttingen",
			["right terminus"] = "Einbeck Mitte",
		},
		["RB 86-SH"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RB 86]]",
			["short name"] = "RB 86",
			["color"] = "e30613",
			["left terminus"] = "Lübeck",
			["right terminus"] = "Lübeck-Travemünde Strand",
		},
	},
}

return p