Jump to content

Module:Adjacent stations/DB Regio

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 11:05, 5 May 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[DB Regio]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Landshut Hbf"] = "Landshut (Bayern) Hauptbahnhof",
	},
	["lines"] = {
        ["RE"] = {
			["title"] = "",
			["color"] = "FF0000",
			["types"] = {
			    ["3"] = {
					["title"] = "[[Regional-Express|RE 3]]",
					["left terminus"] = "Stralsund",
					["right terminus"] = "Falkenberg",				
				},
			    ["5"] = {
					["title"] = "[[Regional-Express|RE 5]]",
					["left terminus"] = "Stralsund",
					["right terminus"] = "Wünsdorf-Waldstadt",				
				},
			},
		},
	},
}

return p