Module:RFX report: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Reverted
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, '{{[ _]*([bB]haratpedia:[rR]equests for %w+/([^{}]-))[ _]*}}' ) do
     for rfxPage, rfxSubpage in mw.ustring.gmatch( rfaText, '{{[ _]*([bB]haratpedia:[rR]equests for %b+/([^{}]-))[ _]*}}' ) do
         local isException = false
         local isException = false
         for _, v in ipairs( exceptions ) do
         for _, v in ipairs( exceptions ) do