Manual:ページの削除
Page deletion occurs when a page is deleted by the action=delete
parameter to index.php or by API:削除 .
どの方法でも、関連トークページ(あるなら)をいっしょに削除するかないかを選択できます。
All of the revisions in the page are moved from the revision table to the archive table and the page entry is deleted.
ページ削除のシステムは、版指定削除のシステムとは完全に分かれています。
It changes the value of revision.rev_deleted while leaving the affected row(s) in the revision
table and leaving the page
table unchanged.
フック
- 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