The documentation for this module is missing. Click here to create it.
-- [[Category:Candidates for deletion]] local p = {} function p.quote(frame) return frame:expandTemplate{ title = 'Delete' } end return p