Jump to content

Module:Adjacent stations/Berner Oberland-Bahnen

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Mackensen (talk | contribs) at 17:01, 29 August 2019 (Created page with 'local p = { ["system title"] = "Berner Oberland-Bahnen AG", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["lines"] = { ["Bernes...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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