mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Generate aliases for case-mismatched page titles.
If a page title does has a different case than an occurrence of the same word(s) on the page that is being edited, the extension will now automatically generate 'piped' links such as [[Linking titles|Linking Titles]].
This commit is contained in:
@ -42,14 +42,14 @@
|
||||
$wgLinkTitlesFirstOnly = false;
|
||||
$wgLinkTitlesWordStartOnly = true;
|
||||
$wgLinkTitlesWordEndOnly = true;
|
||||
$wgLinkTitlesIgnoreCase = true;
|
||||
// $wgLinkTitlesIgnoreCase = true;
|
||||
|
||||
$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.7.0',
|
||||
'version' => '1.8.1',
|
||||
'descriptionmsg' => 'linktitles-desc'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user