Module:Adjacent stations/Bayerische Zugspitzbahn

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

local p = {
	["system title"] = "[[Bayerische Zugspitzbahn]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "[[Bayerische Zugspitzbahn|%1]]",	
		},
			["RB 64"] = {
			["title"] = "[[Bavarian Zugspitze Railway|RB 64]]",
			["color"] = "70C3D9",
			["left terminus"] = "Grainau",
			["right terminus"] = "Garmisch-Partenkirchen",
		},
	},
}

return p