Manual:nukePage.php

From mediawiki.org
This page is a translated version of the page Manual:NukePage.php and the translation is 47% complete.
MediaWiki バージョン:
1.6

詳細

nukePage.php file is a maintenance script to erase a page record from the database irreversibly (you cannot use standard undelete functions to restore it).

The script does not update link tables, which means that links to and from that page will still be present in Special:WhatLinksHere queries, for example.

警告 警告: This script attempts to remove unused entries from the text table, which can cause potential data loss.

オプション/引数

オプション/引数 説明 必須かどうか
title pagetitle is the title of the page you want to delete. Include the namespace and use underscores instead of spaces. 必須
--delete Use this option to actually delete the page. Otherwise it will just print out if the page was found or not, but won't perform any deletion. 省略可能

使用法

php maintenance/nukePage.php pageTitle [ --delete ]

Dry run to check deletion

Terminal

Making deletion action

Terminal

関連項目