Jump to content

Module:Warning

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 16:12, 15 July 2021 (Created page with 'local wrapper = '%s' -- wikitext formatting return function (message) mw.addWarning(wrapper:format(message)) end'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local wrapper = '%s' -- wikitext formatting

return function (message)
	mw.addWarning(wrapper:format(message))
end