Jump to content

Module:Adjacent stations/Arverio Bayern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:27, 25 February 2022 (flip RB 92). 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"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["74"] = {
					["title"] = "[[List of railway routes in Bavaria|RB 74]]",
					["left terminus"] = "Buchloe",
					["right terminus"] = "München Hbf",
				},
				["92"] = {
					["title"] = "[[List of railway routes in Bavaria|RB 92]]",
					["left terminus"] = "Lindau-Insel",
					["right terminus"] = "Memmingen",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "FF0000",
			["types"] = {
				["72"] = {
					["title"] = "[[List of railway routes in Bavaria|RE 72]]",
					["left terminus"] = "Memmingen",
					["right terminus"] = "München Hbf",
				},
				["96"] = {
					["title"] = "[[List of railway routes in Bavaria|RE 96]]",
					["left terminus"] = "Lindau-Reutin",
					["right terminus"] = "München Hbf",
				},
			},
		},
	},
}
return p