Jump to content

Module:Adjacent stations/Brienz Rothorn Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:18, 24 June 2020 (Created page with 'local p = { ["system title"] = "Brienz Rothorn Bahn", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["lines"] = { ["Pilatus"...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Brienz Rothorn Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["Pilatus"] = {
			["title"] = "[[Brienz Rothorn Railway|Brienz–Rothorn line]]",
			["color"] = "ff0000",
			["left terminus"] = "Brienzer Rothorn",
			["right terminus"] = "Brienz BRB",
		},
	},
}

return p