Jump to content

Module:Adjacent stations/Hessische Landesbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:43, 10 February 2022 (Created page with 'local p = { ["system title"] = "Hessische Landesbahn", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["RB"] = { ["title"] = "", ["color"] = "00519E", ["types"] = { ["92"] = { ["title"] = "RB 92", ["left terminus"] = "Olpe", ["right terminus"] = "Finnentrop", }, }, }, }, } return p'). 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"] = "[[Hessische Landesbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["92"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 90–99|RB 92]]",
					["left terminus"] = "Olpe",
					["right terminus"] = "Finnentrop",
				},
			},
		},
	},
}

return p