Module:Adjacent stations/VIAS

< Module:Adjacent stations
Revision as of 20:40, 15 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Vias (rail company)|VIAS]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Düsseldorf"] = hbf,
		["Neuss"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["39"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 30–39|RB 39]]",
					["left terminus"] = "Bedburg",
					["right terminus"] = "Düsseldorf",
				},
			},
		},
	},
}

return p