mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Introduce new option to link only the first occurrence of a title on a page.
This commit is contained in:
@ -39,13 +39,14 @@
|
||||
$wgLinkTitlesParseOnRender = false;
|
||||
$wgLinkTitlesSkipTemplates = false;
|
||||
$wgLinkTitlesBlackList = array();
|
||||
$wgLinkTitlesFirstOnly = false;
|
||||
|
||||
$wgExtensionCredits['parserhook'][] = array(
|
||||
'path' => __FILE__,
|
||||
'name' => 'LinkTitles',
|
||||
'author' => '[http://www.mediawiki.org/wiki/User:Bovender Daniel Kraus]',
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:LinkTitles',
|
||||
'version' => '1.4.0',
|
||||
'version' => '1.5.0',
|
||||
'descriptionmsg' => 'linktitles-desc'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user