Jump to content

Module:Adjacent stations/VIAS

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 18:17, 28 October 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rws = "%1 railway station"

local p = {
	["system title"] = "[[Vias (rail company)|VIAS]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Arnhem Centraal"] = rws,
		["Duisburg"] = hbf,
		["Düsseldorf"] = hbf,
		["Frankfurt (Main)"] = hbf,
		["Gelsenkirchen"] = hbf,
		["Krefeld"] = hbf,
		["Mönchengladbach"] = hbf,
		["Neuss"] = hbf,
		["Oberhausen"]= hbf,
		["Wiesbaden"] = hbf
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["10"] = {
					["title"] = "[[RheingauLinie|RB 10]]",
					["left terminus"] = "Neuwied",
					["right terminus"] = "Frankfurt (Main)"
				},
				["34"] = {
					["title"] = "[[Schwalm-Nette-Bahn|RB 34]]",
					["left terminus"] = "Dalheim",
					["right terminus"] = "Mönchengladbach"
				},
				["35"] = {
					["title"] = "[[Emscher-Niederrhein-Bahn|RB 35]]",
					["left terminus"] = "Mönchengladbach",
					["right terminus"] = "Gelsenkirchen"
				},
				["39"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 30–39|RB 39]]",
					["left terminus"] = "Bedburg",
					["right terminus"] = "Düsseldorf"
				}
			}
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["19"] = {
					["title"] = "[[Rhein-IJssel-Express|RE 19]]",
					["left terminus"] = {"Arnhem Centraal", "Bocholt"},
					["right terminus"] = "Düsseldorf",
				},
			},			
		},
	},
}

return p