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:26, 6 January 2022 (Created page with 'local p = { ["system title"] = "Go-Ahead Bayern", ["system icon"] = "", ["station format"] = { "%1 station", ["München Hbf"] = "München Hauptbahnhof", }, ["lines"] = { ["BRB"] = { ["title"] = "", ["types"] = { ["RE 96"] = { ["color"] = "FF0000", ["title"] = "RE 96", ["left terminus"] = "München Hbf", ["right terminus"] = "Lindau-Reutin", }, }, }, }, } return p'). 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"] = "Go-Ahead Bayern",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["München Hbf"] = "München Hauptbahnhof",
	},
	["lines"] = {
		["BRB"] = {
			["title"] = "",
			["types"] = {
				["RE 96"] = {
			    ["color"] = "FF0000",
					["title"] = "[[Go-Ahead Bayern|RE 96]]",
					["left terminus"] = "München Hbf",
					["right terminus"] = "Lindau-Reutin",
				},
			},
		},
	},
}

return p