Module:AfC submission catcheck: 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.

17 July 2024

  • curprev 10:3410:34, 17 July 2024Mob talk contribs 1,205 bytes +1,205 Created page with "local p = {} local function removeFalsePositives(str) if not str then return '' end str = mw.ustring.gsub(str, "<!--.--->", "") str = mw.ustring.gsub(str, "<nowiki>.-</nowiki>", "") str = mw.ustring.gsub(str, "{{[Dd]raft [Cc]ategories[^{}]-{{[^{}]-}}[^{}]-}}", "") str = mw.ustring.gsub(str, "{{[Dd]raft [Cc]ategories.-}}", "") str = mw.ustring.gsub(str,"%[%[Category:Unsuitable for Wikipedia AfC submissions%]%]","") str = mw.ustring.gsub(str,"%[%[Category:[Dd]ra..."