13,398
edits
(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, '{{[ _]*([ | 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 |
edits