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 08:33, 7 February 2023 (add RE17). 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"] = "[[Vlexx]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Frankfurt (Main)"] = hbf,
		["Kaiserslautern"] = hbf,
		["Koblenz"] = hbf,
		["Mainz"] = hbf,
		["Mannheim"] = 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]]",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["31"] = {
					["title"] = "[[List of railway routes in Hesse|RB 31]]",
					["left terminus"] = "Mainz",
					["right terminus"] = "Kirchheimbolanden"
				},
				["33"] = {
					["title"] = "[[List of railway routes in Hesse|RB 33]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = "Idar-Oberstein"
				},
			}
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["3"] = {
					["title"] = "[[List of railway routes in Hesse|RE 3]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = "Saarbrücken",
				},
				["13"] = {
					["title"] = "[[List of railway routes in Hesse|RE 13]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = "Alzey",
				},
				["17"] = {
					["title"] = "[[List of railway routes in Rhineland-Palatinate|RE 17]]",
					["left terminus"] = "Koblenz",
					["right terminus"] = "Kaiserslautern",
				},
			},
		},
	},
}

return p