Difference between revisions of "Template:Chapter module"

(Created page with "return { ["render"] = function (content) return mw.html.create('div') :addClass('avviso') :wikitext("'''Avviso''': " .. content.testo) end }")
 
(No difference)

Latest revision as of 18:12, 28 April 2024

return {

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

}