Documentation for this module may be created at Module:Warning/doc
local p = {}
function p.main(frame)
local msg = frame.args[1] or "Warning: No message provided."
return require('Module:Hatnote')._hatnote(msg, { icon = 'WikimediaUI-Error.svg' })
end
return p