Revert LinkTitlesFirstOnly to true and update README.

This commit is contained in:
Daniel Kraus
2025-01-30 18:06:28 +01:00
parent 74217a2016
commit 8eb903e6ae
2 changed files with 2 additions and 2 deletions

View File

@ -407,7 +407,7 @@ parse-on-render! This is because the templates have already been transcluded
### 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
a link is piped, i.e. hiding the title of the target page:

View File

@ -30,7 +30,7 @@
"LinkTitlesEnableNoTargetMagicWord": false,
"LinkTitlesMinimumTitleLength": 4,
"LinkTitlesBlackList": [],
"LinkTitlesFirstOnly": false,
"LinkTitlesFirstOnly": true,
"LinkTitlesSmartMode": true,
"LinkTitlesWordStartOnly": true,
"LinkTitlesWordEndOnly": true,