mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Correct default value for minimum title length.
This commit is contained in:
@ -350,7 +350,7 @@ page titles first, as these generally tend to be more specific.
|
|||||||
|
|
||||||
### Filtering pages by title length
|
### Filtering pages by title length
|
||||||
|
|
||||||
$wgLinkTitlesMinimumTitleLength = 3;
|
$wgLinkTitlesMinimumTitleLength = 4;
|
||||||
|
|
||||||
Only link to page titles that have a certain minimum length. In my experience,
|
Only link to page titles that have a certain minimum length. In my experience,
|
||||||
very short titles can be ambiguous. For example, "mg" may be "milligrams" on a
|
very short titles can be ambiguous. For example, "mg" may be "milligrams" on a
|
||||||
|
Reference in New Issue
Block a user