Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
use display_error
addClass
Line 22:
local display_error = function(text)
local span = mw.html.create('span')
:addCladdaddClass('error')
:wikitext(text)
return tostring(span)