Module:Class mask: 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.

16 August 2023

  • curprev 19:3419:34, 16 August 2023Im a waffle1 talk contribs empty −8,167 Blanked the page Tag: Blanking
  • curprev 19:0919:09, 16 August 2023Im a waffle1 talk contribs 8,167 bytes +8,167 Created page with "local p = {} local isarticle = function(class) local nonarticleclasses = {'Template', 'File', 'Category', 'Disambig', 'Redirect', 'Portal', 'Project', 'Draft', 'Book', 'FM'} -- these classes will not be identified as conflicting with NA-class local article = true for _,v in ipairs(nonarticleclasses) do if class==v then -- class matches one of the non-article classes article = false break end end return article end local ucfirst = function(s) -- Returns..."