Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 12:33, 3 March 2025 by Muqsit (talk | contribs) (Created page with "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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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