Manual:undelete.php

From mediawiki.org

Details[edit]

undelete.php file is a maintenance script to undelete a page.

Usage[edit]

php undelete.php [options...] <pagename>

Example[edit]

php undelete.php --user "Example" --reason "test" Hello

The above will undelete the page Hello using the username "Example" and "test" as reason.