Extension:UnusedUncategorized
Jump to navigation
Jump to search
Unused Uncategorized Release status: beta |
|
---|---|
Implementation | Special page |
Description | Adds special pages to list all pages and files that are both unused and uncategorized |
Author(s) | Steve Haroz (SteveHaroztalk) |
Latest version | 0.0.1 (2013-08-04) |
MediaWiki | 1.20+ |
PHP | 5.3+ |
Database changes | No |
License | MIT License |
Download | external at bitbucket.org |
The UnusedUncategorized extension adds two new special pages.
Unused and uncategorized files
displays all files that are not linked to and are not categorized.Unused and uncategorized pages
displays all pages that are not linked to and are not categorized.
Installation[edit]
- Download and place the file(s) in a directory called
UnusedUncategorized
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/UnusedUncategorized/UnusedUncategorized.php";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.