Este módulo no tiene página de documentación[crear]
local p = {}
function p.prueba(frame)
	return ('<table><th>a</th><th>b</th></table>')
 end
return p