Jump to content

Module:Sandbox/ProcrastinatingReader

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ProcrastinatingReader (talk | contribs) at 11:32, 21 July 2020 (quick sample). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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>|&#32; 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