Module:Adjacent stations/Montreux Oberland Bernois Railway

MyWikiBiz, Author Your Legacy — Tuesday May 07, 2024
Jump to navigationJump to search
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"] = {
		["PanoramaExpress"] = {
			["title"] = "[[Panorama Express]]",
			["types"] = {
				["Montreux-Zweisimmen"] = {
					["title"] = "",
					["color"] = "bb4942",
					["left terminus"] = "Montreux",
					["right terminus"] = "Zweisimmen",
				},
			},
		},
		["Regio"] = {
			["title"] = "[[Regio (Swiss railway train)|Regio]]",
			["types"] = {
				["Montreux-Les Avants"] = {
					["title"] = "",
					["color"] = "d0ad27",
					["left terminus"] = "Montreux",
					["right terminus"] = "Les Avants",
				},
				["Montreux-Zweisimmen"] = {
					["title"] = "",
					["color"] = "e29041",
					["left terminus"] = "Montreux",
					["right terminus"] = "Zweisimmen",
				},
				["Zweisimmen-Lenk"] = {
					["title"] = "",
					["color"] = "ca5079",
					["left terminus"] = "Zweisimmen",
					["right terminus"] = "Lenk im Simmental",
				},
			},
		},
	},
}

return p