Module:Adjacent stations/Regiobahn

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

local p = {
	["system title"] = "[[Regiobahn GmbH|Regiobahn]]",
	["system icon"] = "[[File:Regiobahn.svg|15px]]",
	["station format"] = {
		"%1 station",
		["Düsseldorf"] = hbf,
		["Remscheid"] = hbf,
		["Solingen"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		["RE 47"] = {
			["title"] = "[[Regiobahn GmbH|RE 47]]",
			["color"] = "66cdec",
			["left terminus"] = "Düsseldorf",
			["right terminus"] = "Remscheid-Lennep",
		},
	},
}

return p