Module:Adjacent stations/VIAS

MyWikiBiz, Author Your Legacy — Tuesday May 07, 2024
Jump to navigationJump to search
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