Module:RFX report: Difference between revisions

no edit summary
(Created page with "-- This module is a replacement for the RfX report bot. local rfx = require( 'Module:Rfx' ) local colours = mw.loadData( 'Module:RFX report/colour' ) local p = {} local fun...")
 
No edit summary
Line 22: Line 22:
     local t = {}
     local t = {}
     local exceptions = { 'Front matter', 'Header', 'bureaucratship' }
     local exceptions = { 'Front matter', 'Header', 'bureaucratship' }
     for rfxPage, rfxSubpage in mw.ustring.gmatch( rfaText, '{{[ _]*([wW]ikipedia:[rR]equests for %w+/([^{}]-))[ _]*}}' ) do
     for rfxPage, rfxSubpage in mw.ustring.gmatch( rfaText, '{{[ _]*([bB]haratpedia:[rR]equests for %w+/([^{}]-))[ _]*}}' ) do
         local isException = false
         local isException = false
         for _, v in ipairs( exceptions ) do
         for _, v in ipairs( exceptions ) do