Extension:RemoveRedlinks
![]() Release status: experimentalCategory:Experimental extensions |
|
---|---|
Implementation | Parser extensionCategory:Parser extensions |
Description | This extension removes red links (to non-existing pages) for users not logged in. |
Author(s) | Malte Ahrholdt (Wikimaltetalk) |
Latest version | 0.1 (2020-04-09) |
MediaWiki | 1.32Category:Extensions with manual MediaWiki version |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
The RemoveRedlinks extension disables red links to non-existing pages to users which are not logged in. Especially when users not logged in do not have editing privileges, the red visualization of wikilinks to non-existing pages is more confusing than helpful. The red links are still shown to logged in users in order to facilitate editing.
Installation
- Download archive, extract to temporary folder and place the file(s) in a directory called
RemoveRedlinks
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'RemoveRedlinks' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
None.
User rights
None.
Notes
This extension is based on a previous work by User:😂, but has been modified and updated. Re-using this extension's name and re-establishing its functionality as it has been abandoned since 2012.
See also
- Extension:SuppleRedirect - replace red-link to redirect other site automatically.
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Category:All extensions
Category:Experimental extensions
Category:Extensions in GitHub version control
Category:Extensions included in Miraheze
Category:Extensions included in WikiForge
Category:Extensions included in wiki.gg
Category:Extensions not in ExtensionJson
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:HtmlPageLinkRendererBegin extensions
Category:PageRenderingHash extensions
Category:Parser extensions