Module:Warning/doc: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 September 2024

  • curprev 21:0421:04, 6 September 2024Tom talk contribs 620 bytes +620 Created page with "{{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 talk page. Warnings are displayed above the preview when previewing an edit. == Usage == <syntaxhighlight lang="lua"> local warn = require('Module:Warning') warn("Message") warn(("TypeWarning: %s"):format(warning), level) </syntaxhighlight>..."