Module:Adjacent stations/Trans Regio

MyWikiBiz, Author Your Legacy — Saturday September 28, 2024
< Module:Adjacent stations
Revision as of 20:40, 15 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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