All public logs

Combined display of all available logs of USApedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:04, 6 September 2024 MrT talk contribs created page Module:Warning/doc (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>...")