Module:Adjacent stations/Harzer Schmalspurbahnen

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Harzer Schmalspurbahnen]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["Brockenbahn"] = {
			["title"] = "[[Brocken Railway|Brockenbahn]]",
			["color"] = "18bff3",
			["left terminus"] = "Brocken",
			["right terminus"] = "Wernigerode",
		},
		["Harzquerbahn"] = {
			["title"] = "[[Harz Railway|Harzquerbahn]]",
			["color"] = "ffc20f",
			["left terminus"] = "Nordhausen Nord",
			["right terminus"] = "Drei Annen Hohne",			
		},
		["Selketalbahn"] = {
			["title"] = "[[Selke Valley Railway|Selketalbahn]]",
			["color"] = "bcd861",
			["left terminus"] = "Eisfelder Talmühle",
			["right terminus"] = "Quedlinburg",			
		},
	},
}

return p