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 09:11, 2 May 2023 (restructure without types). 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",
		["Bingen"] = hbf,
		["Boppard"] = hbf,
		["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"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		-- New style
		["RB 31"] = {
			["title"] = "[[List of railway routes in Hesse|RB 31]]",
			["color"] = "01c1f2",
			["left terminus"] = "Mainz",
			["right terminus"] = "Kirchheimbolanden"
		},
		["RB 33"] = {
		["title"] = "[[List of railway routes in Hesse|RB 33]]",
		["color"] = "945b37",
			["left terminus"] = "Frankfurt",
			["right terminus"] = "Idar-Oberstein"
		},
		["RE 3"] = {
			["title"] = "[[List of railway routes in Hesse|RE 3]]",
			["color"] = "01c1f2",
			["left terminus"] = "Frankfurt",
			["right terminus"] = "Saarbrücken",
		},
		["RE 13"] = {
			["title"] = "[[List of railway routes in Hesse|RE 13]]",
			["color"] = "01c1f2",
			["left terminus"] = "Frankfurt",
			["right terminus"] = "Alzey",
		},
		["RE 17"] = {
			["title"] = "[[List of rail services in Rhineland-Palatinate|RE 17]]",
			["color"] = "e50000",
			["left terminus"] = "Koblenz",
			["right terminus"] = "Kaiserslautern",
		},
	},
}

return p