Module:RFX report: Difference between revisions

Content deleted Content added
merge from sandbox, add abbrs for headers
oops!
Line 8:
local function getRfxes()
-- Get the title object for [[Wikipedia:Requests for adminship]].
local noError, rfa = pcall( mw.title.new, 'UserWikipedia:Firefly/sandbox2Requests for adminship' )
if not noError or ( noError and not rfa ) then
return nil