Module:Sandbox/ProcrastinatingReader
Appearance
local p = {}
local plain = require('Module:Plain text')._main
local getArgs = require('Module:Arguments').getArgs
local tableTools = require ('Module:TableTools')
function p.main(frame)
local args = getArgs(frame, {
wrappers = {
'Template:Sandbox/ProcrastinatingReader'
}
})
return p.build(frame)
end
function p.build(frame)
return frame:expandTemplate{ title = 'db-meta', args = {
'because </b>{{{rationale|{{{wording|{{{reason|{{{1}}}}}}}}}}}}<b>|  as a page that needs to be deleted to merge histories, reverse a redirect, or perform other non-controversial technical tasks',
'Asserted to be non-controversial maintenance',
criterion = 'G6',
notes = 'etc',
summary = 'Housekeeping and routine (non-controversial) cleanup'
}}
end
function p._build(args)
end
return p