LinkTitles extension for MediaWiki
Automatically add links to existing pages.
 All Classes Files Functions Variables Modules Pages
LinkTitles.php File Reference

This file will be loaded by MediaWiki if the extension is included in LocalSettings.php. More...

Go to the source code of this file.

Variables

 $wgLinkTitlesPreferShortTitles = false
 Controls precedence of page titles. More...
 
 $wgLinkTitlesMinimumTitleLength = 3
 The minimum number of characters in a title that is required for it to be automatically linked to.
 
 $wgLinkTitlesParseHeadings = false
 Determines whether or not to insert links into headings.
 
 $wgLinkTitlesParseOnEdit = true
 Important configuration variable that determines when the extension will process a page. More...
 
 $wgLinkTitlesParseOnRender = false
 Important configuration variable that determines when the extension will process a page. More...
 
 $wgLinkTitlesSkipTemplates = false
 Determines whether to parse text inside templates. More...
 
 $wgLinkTitlesBlackList = array()
 Blacklist of page titles that should never be linked. More...
 
 $wgLinkTitlesFirstOnly = false
 Determines whether to link only the first occurrence of a page title on a page or all occurrences. More...
 
 $wgLinkTitlesWordStartOnly = true
 Determines whether a page title must occur at the start of a word in order for it to be linked. More...
 
 $wgLinkTitlesWordEndOnly = true
 Determines whether a page title must end with the end of a word in order for it to be linked. More...
 
 $wgLinkTitlesSmartMode = true
 Important setting that controls the extension's smart mode of operation. More...
 
 $wgLinkTitlesCheckRedirect = true
 Determines whether or not to check if a page redirects to the current page. More...
 
 $wgLinkTitlesEnableNoTargetMagicWord = true
 Determines whether or not the magic word NOAUTOLINKTARGET is enabled or not. More...
 
 $wgLinkTitlesTimeLimit = 0.2
 Time limit for online batch processing. More...
 
 $wgAvailableRights [] = 'linktitles-batch'
 The special page provides a distinct right linktitles-batch. More...
 
 $wgGroupPermissions ['sysop']['linktitles-batch'] = true
 Grants the linktitles-batch right to sysops by default. More...
 

Detailed Description

This file will be loaded by MediaWiki if the extension is included in LocalSettings.php.

It sets up the classes for auto-loading, announces metadata, and defines a number of configuration variables .

Definition in file LinkTitles.php.

Variable Documentation

$wgAvailableRights[] = 'linktitles-batch'

The special page provides a distinct right linktitles-batch.

A user must be granted this right in order to be able to visit this page.

Definition at line 214 of file LinkTitles.php.