Jump to content

Module:Adjacent stations/ODEG

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 10:57, 5 May 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[ODEG]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Landshut Hbf"] = "Landshut (Bayern) Hauptbahnhof",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["15"] = {
					["title"] = "[[Regionalbahn|RB 15]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Landshut Hbf",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "FF0000",
			["types"] = {
			    ["9"] = {
					["title"] = "[[Regional-Express|RE 9]]",
					["left terminus"] = "Rostock Hbf",
					["right terminus"] = "Ostseebad Binz",				
				},
									
			},
		["RE"] = {
			["title"] = "",
			["color"] = "FF0000",
			["types"] = {
			    ["10"] = {
					["title"] = "[[Regional-Express|RE 10]]",
					["left terminus"] = "",
					["right terminus"] = "",				
				},
									
			},							
			},
		},
	},
}

return p