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 07:09, 8 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 Bayern",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["München Hbf"] = "München Hauptbahnhof",
	},
	["lines"] = {
		["RB 92"] = {
			["title"] = "[[List of railway routes in Bavaria|RB 92]]",
			["color"] = "00519E",
			["left terminus"] = "Memmingen",
			["right terminus"] = "Lindau-Insel",
	   	},
		["RE 96"] = {
			["title"] = "[[List of railway routes in Bavaria|RE 96]]",
			["color"] = "FF0000",
			["left terminus"] = "München Hbf",
			["right terminus"] = "Lindau-Reutin",
		},
	},
}

return p