Jump to content

Module:Adjacent stations/DB Regio Mitte

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 18:00, 28 October 2022 (Created page with 'local hbf = "%1 Hbf" local rw = "%1 railway station" local p = { ["system title"] = "DB Regio Südwest", ["system icon"] = "", ["station format"] = { "%1 station", ["Frankfurt (Main)"] = hbf, }, ["lines"] = { ["RB"] = { ["title"] = "", ["color"] = "00519E", ["types"] = { ["22"] = { ["title"] = "RB 22", ["left terminus"] = "Limburg (Lahn)", ["right terminus"]...'). 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 rw = "%1 railway station"

local p = {
	["system title"] = "[[DB Regio Südwest]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Frankfurt (Main)"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["22"] = {
					["title"] = "[[List of railway routes in Hesse|RB 22]]",
					["left terminus"] = "Limburg (Lahn)",
					["right terminus"] = "Frankfurt (Main)",
				},
			}
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["20"] = {
					["title"] = "[[List of railway routes in Hesse|RB 22]]",
					["left terminus"] = "Limburg (Lahn)",
					["right terminus"] = "Frankfurt (Main)",
				}
			}
		}
	}
}

return p