Jump to content

Module:Adjacent stations/Vlexx

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 12:54, 2 February 2023 (Created page with 'local hbf = "%1 Hbf" local rws = "%1 railway station" local p = { ["system title"] = "Vlexx", ["system icon"] = "", ["station format"] = { "%1 station", ["Frankfurt (Main)"] = hbf, ["Hanau"] = hbf, ["Heidelberg"] = hbf, ["Karlsruhe"] = hbf, ["Koblenz"] = hbf, ["Mainz"] = hbf, ["Mannheim"] = hbf, ["Neustadt (Weinstraße)"] = hbf, ["Offenbach (Main)"] = hbf, ["Saarbrücken"] = hbf, ["Wabern"] = "Wabern stati...'). 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 rws = "%1 railway station"

local p = {
	["system title"] = "[[Vlexx]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Frankfurt (Main)"] = hbf,
		["Hanau"] = hbf,
		["Heidelberg"] = hbf,
		["Karlsruhe"] = hbf,
		["Koblenz"] = hbf,
		["Mainz"] = hbf,
		["Mannheim"] = hbf,
		["Neustadt (Weinstraße)"] = hbf,
		["Offenbach (Main)"] = hbf,
		["Saarbrücken"] = hbf,
		["Wabern"] = "Wabern station (Hesse)",
		["Wiesbaden"] = hbf,
		["Worms"] = hbf,
		
				-- common English spellings
		["Frankfurt"] = "[[Frankfurt (Main) Hauptbahnhof|Frankfurt (Main) Hbf]]",
		["Frankfurt Flughafen"] = "[[Frankfurt Airport long-distance station|Frankfurt Airport]]",
		["Offenbach"] = "[[Offenbach (Main) Hauptbahnhof|Offenbach (Main) Hbf]]",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["31"] = {
					["title"] = "[[List of railway routes in Hesse|RB 31]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = "Kirchheimbolanden"
				},
				["33"] = {
					["title"] = "[[List of railway routes in Hesse|RB 33]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = "Idar-Oberstein"
				},
				["66"] = {
					["title"] = "[[List of railway routes in Hesse|RB 66]]",
					["left terminus"] = "Darmstadt",
					["right terminus"] = "Pfungstadt"
				},
				["81"] = {
					["title"] = "[[List of railway routes in Hesse|RB 81]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = "Erbach"
				},
				["82"] = {
					["title"] = "[[List of railway routes in Hesse|RB 82]]",
					["left terminus"] = "Darmstadt",
					["right terminus"] = "Eberbach"
				},
				["86"] = {
					["title"] = "[[List of railway routes in Hesse|RB 86]]",
					["left terminus"] = "Hanau",
					["right terminus"] = "Groß-Umstadt-Wiebelsbach"
				},
			}
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["3"] = {
					["title"] = "[[Rhein-IJssel-Express|RE 3]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = " Saarbrücken",
				},
				["13"] = {
					["title"] = "[[Rhein-IJssel-Express|RE 13]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = "Kirchheimbolanden",
				},
				["80"] = {
					["title"] = "[[Rhein-IJssel-Express|RE 80]]",
					["left terminus"] = "Darmstadt",
					["right terminus"] = "Erbach",
				},
				["85"] = {
					["title"] = "[[Rhein-IJssel-Express|RE 85]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = "Groß-Umstadt-Wiebelsbach",
				},
			},			
		},
	},
}

return p