Module:PingRFCParticipants explained

local getArgs = require('Module:Arguments').getArgsp =

--testing. I have no idea why I left this in here, but I did. Fight me.function p.test(frame) local pgCont = mw.title.new("User:MjolnirPants/Voices"):getContent return pgContend

--The container which is actually called by the templatefunction p.PingRFCUsers(frame) local args = getArgs(frame) return p._PingRFCUsers(args)end

--The actual functionfunction p._PingRFCUsers(args) --dim the local variables that do not need to be --dimmed later (to be initialized from an existing var) local pageSource = "" local uName = "" --cat is the variable which will be returned local cat = "" --check the size of the arguments array --if there's more than one, the second one --should be the name of the page on which --to find the discussion if args[2] then --get the title from the second argument pageSource = mw.title.new(args[2]):getContent cat = "Pinging participants of previous discussion: