Module:Adjacent stations/Trams in Bonn

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

local p = {
	["system title"] = "[[Trams in Bonn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bonn"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Trams in Bonn#Lines|Line %1]]",
			["text color"] = "FFFFFF",
		},
		["61"] = {
			["color"] = "8dc63f",
			["left terminus"] = "Dottendorf",
			["right terminus"] = "Kopenhagener Straße",
		},
		["62"] = {
			["color"] = "4db848",
			["left terminus"] = "Dottendorf",
			["right terminus"] = "Oberkassel Süd/Römlinghoven",
		},
		["65"] = {
			["color"] = "bed62f",
			["left terminus"] = "Kopenhagener Straße",
			["right terminus"] = "Ramersdorf",
		},
	},
}

return p