Jump to content

Module:Adjacent stations/Rurtalbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:34, 13 July 2021 (Created page with 'local p = { ["system title"] = "Rurtalbahn", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["RB"] = { ["title"] = "", ["color"] = "00519E", ["types"] = { ["21"] = { ["title"] = "RB 21", ["left terminus"] = "Heimbach", ["right terminus"] = "Düren", }, ["28"] = { ["title"] = "[[List of regional railway...'). 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"] = "[[Rurtalbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["21"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 20–29|RB 21]]",
					["left terminus"] = "Heimbach",
					["right terminus"] = "Düren",
				},
				["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