Extension:RemoveRedlinks

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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]

Browse source code
View code changes

Hooks used
LinkBegin

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" );
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox