Jump to content

Module:Adjacent stations/Arverio Bayern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 13:04, 6 January 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "Go-Ahead Bayern",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["München Hbf"] = "München Hauptbahnhof",
	},
	["lines"] = {
		["Go-Ahead Bayern"] = {
			["title"] = "",
			["types"] = {
				["RE 96"] = {
			    ["color"] = "FF0000",
					["title"] = "[[Go-Ahead Bayern|RE 96]]",
					["left terminus"] = "München Hbf",
					["right terminus"] = "Lindau-Reutin",
				},
			},
		},
	},
}

return p