Page deletion occurs when a page is deleted by the action=delete parameter to index.php or by API:Delete. With both of these methods, the option exists to also delete the associated talk page (if one exists). All of the revisions in the page are moved from the revision table to the archive table and the page entry is deleted. The page deletion system is entirely separate from the revision deletion system. It changes the value of revision.rev_deleted while leaving the affected row(s) in the revision table and leaving the page table unchanged.

Hooks

  • Manual:Hooks/ArticleConfirmDelete - occurs before writing the confirmation form for article deletion
  • Manual:Hooks/ArticleDelete - occurs whenever the software receives a request to delete an article
  • Manual:Hooks/ArticleDeleteComplete - occurs after the delete article request has been processed

See also

  • Help:Deletion and undeletion
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.