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, '
if not noError or ( noError and not rfa ) then
return nil
|