Manual:undelete.php
Jump to navigation
Jump to search
MediaWiki file: undelete.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.35.2 • 1.31.14 |
Classes: | Undelete |
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.