Jump to content

Module:Adjacent stations/Pressnitztalbahn

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Pressnitz Valley Railway|Pressnitztalbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		["RB 26"] = {
			["title"] = "[[List of railway routes in Mecklenburg-Vorpommern|RB 26]]",
			["color"] = "00884B",
			["left terminus"] = "Bergen auf Rügen",
			["right terminus"] = "Lauterbach Mole",
		},
		["RB 32"] = {
			["title"] = "[[List of railway routes in Mecklenburg-Vorpommern|RB 32]]",
			["color"] = "67BE00",
			["left terminus"] = "Lauterbach",
			["right terminus"] = "Göhren",
		},
	},
}

return p