Module:Sandbox/ProcrastinatingReader: Difference between revisions

Content deleted Content added
quick sample
No edit summary
Line 10:
}
})
return p.build(frame, args)
end
 
function p.build(frame, args)
return frame:expandTemplate{ title = 'db-meta', args = {
-- Required
'because </b>{{{rationale|{{{wording|{{{reason|{{{1}}}}}}}}}}}}<b>|&#32; as a page that needs to be deleted to merge histories, reverse a redirect, or perform other non-controversial technical tasks',
'because housekeeping', -- Main text, in bold
'Asserted to be non-controversial maintenance', -- Main text, in italics
criterion = 'G6',
criterion = args['criterion'], -- Criteron
notes = 'etc',
 
summary = 'Housekeeping and routine (non-controversial) cleanup'
-- Additional data
criterionnotes = 'G6',
notesanotes = 'etc',
summary = 'Housekeeping and routine (non-controversial) cleanup',
 
-- Pass generic params onto db-meta
bot = args['bot'] or '',
raw = args['raw'] or '',
--self = args['self'] or '',
image = args['image'] or '',
wiki = args['wiki'] or '',
blanked = args['blanked'] or '',
blankedtext = args['blanked-text'] or '',
pleaseblank = args['pleaseblank'] or '',
divblank = args['divblank'] or '',
help = args['help'] or ''
}}
end