Manual:$wgUseCommaCount/ru
Appearance
Эта функция была удалена из ядра MediaWiki в версии 1.24.0. Пожалуйста, посмотрите страницу $wgArticleCountMethod с альтернативными способами использовать эту функцию. |
Statistics and content analysis: $wgUseCommaCount | |
---|---|
Specifies the criteria used to define a 'valid article' when counting. |
|
Введено в версии: | 1.5.0 |
Устарела с версии: | 1.18.0 |
Удалено в версии: | 1.24.0 (Gerrit change 139842; git #3b57bd5f) |
Допустимые значения: | (boolean) |
Значение по умолчанию: | false |
Другие настройки: По алфавиту | По функциональности |
Details
Under which condition should a page in the main namespace be counted as a valid article? If $wgUseCommaCount is set to true, it will be counted if it contains at least one comma. If it is set to false (default), it will only be counted if it contains at least one [[wiki link]].
Changing this variable does not retroactively affect the existing count. Run the maintenance script updateArticleCount.php or initStats.php to update the count.