13,398
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(2 intermediate revisions by the same user not shown) | |||
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