Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Warning: Revision history

From CosmicPE Wiki

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.

3 March 2025

  • curprev 12:3312:33, 3 March 2025 Muqsit talk contribs 202 bytes +202 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"