Module:Adjacent stations/Berner Oberland-Bahnen

MyWikiBiz, Author Your Legacy — Thursday May 23, 2024
< Module:Adjacent stations
Revision as of 18:17, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Berner Oberland-Bahnen)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local p = {
	["system title"] = "Berner Oberland-Bahnen AG",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["Bernese Oberland Railway"] = {
			["title"] = "[[Bernese Oberland Railway]]",
			["color"] = "455984",
			["left terminus"] = "Interlaken Ost",
			["right terminus"] = {"Lauterbrunnen", "Grindelwald"},
		},
		["Schynige Platte Railway"] = {
			["title"] = "[[Schynige Platte Railway]]",
			["color"] = "AC402A",
			["left terminus"] = "Wilderswil",
			["right terminus"] = "Schynige Platte",
		},
	},
	["aliases"] = {
		["berner oberland-bahn"] = "Bernese Oberland Railway",
		["schynige platte-bahn"] = "Schynige Platte Railway",
	}
}

return p