Jump to content

Module:Adjacent stations/DB Regio Bayern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 07:50, 2 May 2021 (Created page with 'local p = { ["system title"] = "DB Regio Bayern", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["RB"] = { ["title"...'). 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"] = "[[DB Regio Bayern]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "[[Regionalbahn|RB]]",
			["color"] = "00519E",
			["types"] = {
				["45"] = {
					["title"] = "",
					["left terminus"] = "Salzburg Hbf",
					["right terminus"] = "Landshut Hbf",
				},
			},
		},
		["RE"] = {
			["title"] = "[[Regional-Express|RE]]",
			["color"] = "00519E",
			["types"] = {
				["Basel–Karlsruhe"] = {
					["title"] = "",
					["left terminus"] = "Basel Bad Bf",
					["right terminus"] = "Karlsruhe Hbf",					
				},
				["Karlsruhe–Konstanz"] = {
					["title"] = "",
					["left terminus"] = "Karlsruhe Hbf",
					["right terminus"] = "Konstanz",					
				},
			},
		},
	},
}

return p