Jump to content

Module:Adjacent stations/VIAS

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:32, 11 July 2021 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "VIAS", ["system icon"] = "", ["station format"] = { "%1 station", ["Düsseldorf"] = hbf, ["Neuss"] = hbf, }, ["lines"] = { ["RB"] = { ["title"] = "", ["color"] = "00519E", ["types"] = { ["39"] = { ["title"] = "RB 39", ["left terminus"] = "Bedburg",...'). 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 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