Jump to content

Module:Adjacent stations/DB Regio Nordost

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 22:15, 4 May 2021 (Created page with 'local p = { ["system title"] = "DB Regio Bayern", ["system icon"] = "", ["station format"] = { "%1 station", ["Landshut Hbf"] = "Landshut (Bayern) Hau...'). 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 p = {
	["system title"] = "[[DB Regio Bayern]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Landshut Hbf"] = "Landshut (Bayern) Hauptbahnhof",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["9"] = {
					["title"] = "[[Regionalbahn|RB 9]]",
					["left terminus"] = "Ostseebad Binz",
					["right terminus"] = "Rostock Hbf",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "FF0000",
			["types"] = {
									
			},
		},
	},
}

return p