local p =
local introText = 'Note: This discussion has been included in the 'local delsortRoot = 'list of '..cat..'-related deletion discussions. '..sig)end
function p.single(frame) local args = frame:getParent.args if not mw.ustring.match(args[1],'%S') then if frame.args.example then args[1] = frame.args.example else return _error('Category not specified.') end end return _single(args[1], args.sig or args[2] or dateTime)end
function p.multi(frame) local args = local sig=dateTime for k, v in pairs(frame:getParent.args) do if mw.ustring.match(v,'%S') then if type(k)
'sig' then sig = v end end end
if #args
1 then return _single(args[1], sig) else outStr = outStr..delsortRoot..'|deletion sorting]] lists for the following topics: ' for i = 1, #args do if i > 1 then if #args > 2 then outStr = outStr..', ' end if i
return p