Jump to content

Module:Adjacent stations/Harzer Schmalspurbahnen

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 18:55, 23 July 2021 (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",...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous 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