Jump to content

Module:Adjacent stations/Rurtalbahn

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Grahamec (talk | contribs) at 14:20, 5 June 2023 (add grey). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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]]",
			["color"] = "7A7C80",
			["left terminus"] = "Heimbach",
			["right terminus"] = "Düren",
		},
		["RB 28"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 20–29|RB 28]]",
			["color"] = "7A7C80",
			["left terminus"] = "Düren",
			["right terminus"] = "Euskirchen",
		},
	},
}

return p