Template:Chapter module

Revision as of 17:12, 28 April 2024 by Gianni (talk | contribs) (Created page with "return { ["render"] = function (content) return mw.html.create('div') :addClass('avviso') :wikitext("'''Avviso''': " .. content.testo) end }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Go to top

return {

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

}