Go to top

return {

   ["render"] = function (content)
       return mw.html.create('div')
           :addClass('avviso')
           :wikitext("Avviso: " .. content.testo)
   end

}