mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-12 17:29:30 +02:00
Revert LinkTitlesFirstOnly to true and update README.
This commit is contained in:
@ -407,7 +407,7 @@ parse-on-render! This is because the templates have already been transcluded
|
|||||||
|
|
||||||
### Multiple links to the same page
|
### Multiple links to the same page
|
||||||
|
|
||||||
$wgLinkTitlesFirstOnly = false;
|
$wgLinkTitlesFirstOnly = true;
|
||||||
|
|
||||||
If set to true, only link the first occurrence of a title on a given page. If
|
If set to true, only link the first occurrence of a title on a given page. If
|
||||||
a link is piped, i.e. hiding the title of the target page:
|
a link is piped, i.e. hiding the title of the target page:
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
"LinkTitlesEnableNoTargetMagicWord": false,
|
"LinkTitlesEnableNoTargetMagicWord": false,
|
||||||
"LinkTitlesMinimumTitleLength": 4,
|
"LinkTitlesMinimumTitleLength": 4,
|
||||||
"LinkTitlesBlackList": [],
|
"LinkTitlesBlackList": [],
|
||||||
"LinkTitlesFirstOnly": false,
|
"LinkTitlesFirstOnly": true,
|
||||||
"LinkTitlesSmartMode": true,
|
"LinkTitlesSmartMode": true,
|
||||||
"LinkTitlesWordStartOnly": true,
|
"LinkTitlesWordStartOnly": true,
|
||||||
"LinkTitlesWordEndOnly": true,
|
"LinkTitlesWordEndOnly": true,
|
||||||
|
Reference in New Issue
Block a user