Template:Chapter module
Go to top
return {
["render"] = function (content)
return mw.html.create('div')
:addClass('avviso')
:wikitext("Avviso: " .. content.testo)
end
}
return {
["render"] = function (content)
return mw.html.create('div')
:addClass('avviso')
:wikitext("Avviso: " .. content.testo)
end
}