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 12:52, 7 January 2022 (test). 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 Verkehrsgesellschaft Deutschland|Go-Ahead Bayern]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["München Hbf"] = "München Hauptbahnhof",
	},
	["lines"] = {
		["GAB"] = {
			["title"] = "",
			["types"] = {
				["RB 92"] = {
				["color"] = "00519E",
					["title"] = "[[List of railway routes in Bavaria|RB 92]]",
					["left terminus"] = "Memmingen",
					["right terminus"] = "Lindau-Insel",
	   	       },
				["RE 96"] = {
			    ["color"] = "FF0000",
					["title"] = "[[List of railway routes in Bavaria|RE 96]]",
					["left terminus"] = "München Hbf",
					["right terminus"] = "Lindau-Reutin",
				},
			},
		},
	},
}

return p