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

local p = {
	["system title"] = "[[Waldbahn]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Deggendorf"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Die Länderbahn#Waldbahn|%1]]",
			["text color"] = "ffffff",
		},
		["RB 35"] = {
			["color"] = "006629",
			["left terminus"] = "Plattling",
			["right terminus"] = "Bayerisch Eisenstein",
		},
		["RB 36"] = {
			["color"] = "90bf26",
			["left terminus"] = "Zwiesel (Bay)",
			["right terminus"] = "Grafenau",
		},
		["RB 37"] = {
			["color"] = "ffb200",
			["left terminus"] = "Bodenmais",
			["right terminus"] = "Zwiesel (Bay)",
		},
		["RB 38"] = {
			["color"] = "ff6600",
			["left terminus"] = "Viechtach",
			["right terminus"] = "Gotteszell",
		},
	},
}

return p