Jump to content

Module:Adjacent stations/Pressnitztalbahn

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Pressnitztalbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["RB 26"] = {
			["title"] = "[[List of railway routes in Mecklenburg-Vorpommern|RB 26]]",
			["color"] = "00844A",
			["left terminus"] = "Bergen auf Rügen",
			["right terminus"] = "Lauterbach Mole",
		},
		["RB 32"] = {
			["title"] = "[[List of railway routes in Mecklenburg-Vorpommern|RB 32]]",
			["color"] = "fdd205",
			["text color"] = "000000",
			["left terminus"] = "Lauterbach",
			["right terminus"] = "Göhren",
		},
	},
}

return p