Este módulo no tiene página de documentación[crear]
local i18n = {
	-- layout parameters
	['posición_tabla'] = 'align',
	['dirección'] = 'direction',
	['color de fondo'] = 'background color',
	['alineación_texto'] = 'caption_align',
	['estilo_imagen'] = 'image_style',
	['espacio_imágenes'] = 'image_gap',
	-- header
	['fondo_de_título'] = 'header_background',
	['posición_título'] = 'header_align',
	['título'] = 'header',
	-- image
	['foto'] = 'image',
	['ancho'] = 'width',
	['enlace'] = 'link',
	['fotograma'] = 'thumbtime',
	['texto'] = 'caption',
	-- footer
	['fondo_de_texto'] = 'footer_background',
	['posición_tabla'] = 'footer_align',
	['pie_imagen'] = 'footer',
}

return {
	i18n = i18n,
}