Jump to content

Module:Adjacent stations/Rurtalbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 14:17, 5 June 2023 (take out types). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Rurtalbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		["RB 21"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 20–29|RB 21]]",
			["left terminus"] = "Heimbach",
			["right terminus"] = "Düren",
		},
		["RB 28"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 20–29|RB 28]]",
			["left terminus"] = "Düren",
			["right terminus"] = "Euskirchen",
		},
	},
}

return p