Module:Adjacent stations/Harzer Schmalspurbahnen

< Module:Adjacent stations
Revision as of 19:55, 23 July 2021 by imported>Mackensen (Created page with 'local p = { ["system title"] = "Harzer Schmalspurbahnen", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["Brockenbahn"] = { ["title"] = "Brockenbahn", ["color"] = "18bff3", ["left terminus"] = "Brocken", ["right terminus"] = "Wernigerode", }, ["Harzquerbahn"] = { ["title"] = "Harzquerbahn", ["color"] = "ffc20f", ["left terminus"] = "Nordhausen Nord",...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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