Module:Adjacent stations/Transdev Germany

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rws = "%1 railway station"

local p = {
	["system title"] = "[[Transdev Germany]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Boppard"] = hbf,
	},
		["lines"] = {
		["title"] = "",
			["RB 37"] = {
				["title"] = "[[List of rail services in Rhineland-Palatinate|RB 37]]",
				["color"] = "00519E",
				["left terminus"] = "Boppard Süd",
				["right terminus"] = "Emmelshausen"
		},
			["RB 85"] = {
				["title"] = "[[List of rail services in Rhineland-Palatinate|RB 85]]",
				["color"] = "00519E",
				["left terminus"] = "Bullay",
				["right terminus"] = "Traben-Trarbach"
		},
	}
}

return p