Module:Warning/doc: Difference between revisions

Content deleted Content added
Explicitly mentioned Module:Error
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1:
{{Module rating|beta}}
 
This module simply unifies the formatting of all warning messages similar to [[Module:Error]]. Currently, it is plain text, but custom formatting may be applied after discussion in the [[Module talk:Warning|talk]] page. Warnings are displayed above the preview when previewing an edit.
 
Line 5 ⟶ 6:
<syntaxhighlight lang="lua">
local warn = require('Module:Warning')
warn('"Message'")
warn(('Custom"TypeWarning: %s.'"):format(warning), level)
</syntaxhighlight>
== See also ==
* [[:Module:Error]]
* [[:Module:If preview]]
<includeonly>
 
{{Sandbox other||
[[Category:Error-handling modules]]
}}</includeonly>
}}