Jump to content

Module:Adjacent stations/Trans Regio

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 00:06, 14 July 2021 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Trans Regio", ["system icon"] = "", ["station format"] = { "%1 station", ["Bingen (Rhein)"] = hbf, ["Bonn"] = hbf, ["Boppard"] = hbf, ["Koblenz"] = hbf, ["Köln"] = hbf, ["Mainz"] = hbf, }, ["lines"] = { ["RB"] = { ["title"] = "", ["color"] = "00519E", ["types"] = { ["26"] = { ["title"] = "[[List of rail services in Rhineland-Palatinate#Lines...'). 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"] = "[[Trans Regio]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bingen (Rhein)"] = hbf,
		["Bonn"] = hbf,
		["Boppard"] = hbf,
		["Koblenz"] = hbf,
		["Köln"] = hbf,
		["Mainz"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["26"] = {
					["title"] = "[[List of rail services in Rhineland-Palatinate#Lines 20–29|RB 26]]",
					["left terminus"] = "Mainz",
					["right terminus"] = "Köln Messe/Deutz",
				},
			},
		},
	},
}

return p