Extension:RemoveRedlinks
From MediaWiki.org
|
RemoveRedlinks Release status: stable |
|||
|---|---|---|---|
| Implementation | Skin | ||
| Description | Removes redlinks from page output | ||
| Author(s) | Chad Horohoe (^demonTalk) | ||
| MediaWiki | 1.14+ | ||
| License | GPL v2.0 | ||
| Download | Download snapshot Subversion [Help] |
||
|
|||
|
Check usage (experimental) |
|||
Quick and dirty extension I whipped up to remove redlinks from page output. Note, this runs on _all_ links run through Linker::link(), not only page content. Thus, redlinks in messages, special pages, etc. will all be rendered as plaintext too.
[edit] How to execute the extension
1. Upload the file included in the .tar.gz archive to your server
2. Add the following to your localsettings.php file:
require_once( "$IP/extensions/RemoveRedlinks/RemoveRedlinks.php" );
