Module:Sandbox/SD0001/latestRFA

Revision as of 15:58, 27 December 2018 by imported>SD0001 (Created page with 'local p = {} function p.match() local pageText = mw.title.new('User:Cyberpower678/RfX_Report'):getContent() local pt = '{{Bureaucrat candidate|candidate= (.-)|...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/SD0001/latestRFA/doc

local p = {}
function p.match()
	local pageText = mw.title.new('User:Cyberpower678/RfX_Report'):getContent()
	local pt = '{{Bureaucrat candidate|candidate= (.-)|'
	_,_,key = string.find(pageText, pt)
	return key
end

return p