Jump to content

Module:Adjacent stations/Montreux Oberland Bernois Railway

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Montreux Oberland Bernois Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0E3984;  padding:0.5em 4px; text-align:center; align-items:center;",
	["header background color"] = "FFFFFF",
	["header text color"] = "1E1E1E",
	["lines"] = {
		-- GPX (GoldenPass Express)
		["GoldenPass Express"] = {
			["title"] = "''[[GoldenPass Express]]''",
			["color"] = "00112c",
			["left terminus"] = "Montreux",
			["right terminus"] = "Interlaken Ost",
		},

		-- PE (Panorama Express)
		["PE30"] = {
			["title"] = "[[Panorama Express|PE30]]",
			["color"] = "0064a9",
			["left terminus"] = "Montreux",
			["right terminus"] = "Zweisimmen",
		},

		-- R (Regio)
		["R31"] = {
			["title"] = "[[Regio (Swiss railway train)|R31]]",
			["color"] = "e1904b",
			["left terminus"] = "Zweisimmen",
			["right terminus"] = "Lenk im Simmental",
		},
		["R32"] = {
			["title"] = "[[Regio (Swiss railway train)|R32]]",
			["color"] = "c8a738",
			["left terminus"] = "Gstaad",
			["right terminus"] = "Lenk im Simmental",
		},
		["R34"] = {
			["title"] = "[[Regio (Swiss railway train)|R34]]",
			["color"] = "00a1d3",
			["left terminus"] = "Montreux",
			["right terminus"] = "Les Avants",
		},
	},
}

return p