Module:If preview: Revision history

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 May 2026

  • curprev 07:5207:52, 6 May 2026 Wikitia talk contribs 425 bytes +425 Created page with "-- Module:If preview -- Returns a warning only when previewing the page local p = {} function p._warning(args) local preview = args[1] or '' local frame = mw.getCurrentFrame() -- Check if we're in a preview if frame:preprocess('{{REVISIONID}}') == '' then return preview end return '' end function p.warning(frame) local args = require('Module:Arguments').getArgs(frame) return p._warning(args) end return p"