Module:Adjacent stations/ODEG

MyWikiBiz, Author Your Legacy — Tuesday October 01, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/ODEG/doc

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",				
				},
			    ["10"] = {
					["title"] = "[[Regional-Express|RE 10]]",
					["left terminus"] = "Stralsund",
					["right terminus"] = "Züssow",				
				},
			},
		},
	},
}

return p