Jump to content

Module:Adjacent stations/Pressnitztalbahn

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

local p = {
	["system title"] = "[[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