Extension:UniqueLink

From Linux Web Expert

File:OOjs UI icon notice-destructive.svg <translate> Warning:</translate> <translate> This extension is incompatible with plans to parallelize parsing, as is intended by the use of <tvar name=1>Parsoid </tvar>.</translate> <translate> Therefore, the future of this extension is uncertain, and it is expected to become incompatible with the standard MediaWiki parser within a few years.</translate> <translate> For further information, see <tvar name=1><translate> task <tvar name=1>T250963</tvar></translate></tvar> and {{<tvar name=2>ll|Parsoid/Extension API#No support for sequential, in-order processing of extension tags</tvar>|Parsoid/Extension API § No support for sequential, in-order processing of extension tags}}.</translate>
MediaWiki extensions manual
UniqueLink
Release status: unmaintained
Implementation Parser extension
Author(s) Daniel Beard
Latest version 0.0.1
MediaWiki >= 1.29.0
License GNU General Public License 2.0 or later
Download
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

The UniqueLink extension adds parser functions that only link to a page if it hasn't already been linked to before.

Installation

  • <translate> Download and place the file(s) in a directory called <tvar name=name>UniqueLink</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'UniqueLink' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>