Module:Adjacent stations/Transports de Martigny et Régions

local fr = "%1 station"

local p = {
	["system title"] = "[[Transports de Martigny et Régions]]",
	["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#e5352c;  padding:0.5em 4px; text-align:center; align-items:center;",
	["header background color"] = "e5352c",
	["header text color"] = "FFFFFF",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Vallorcine"] = fr,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "e5352c",	
		},
		["Regio"] = {
			["title"] = "[[Regio (Swiss railway train)|Regio]]",
			["types"] = {
				["Mont-Blanc Express"] = {
					["title"] = "''Mont-Blanc Express''",
					["left terminus"] = "Vallorcine",
					["right terminus"] = "Martigny",
				},
			},
		},
	},
}

return p