Manual:$wgUseCommaCount
From MediaWiki.org
![]() |
This feature was removed from MediaWiki core in version 1.24.0. Please see $wgArticleCountMethod for an alternative way to use this feature. |
Site Statistics: $wgUseCommaCount | |
---|---|
Specifies the criteria used to define a 'valid article' when counting. |
|
Introduced in version: | 1.5.0 |
Deprecated in version: | 1.18.0 |
Removed in version: | 1.24.0 (git #3b57bd5f) |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By Function
Details[edit | edit source]
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]].
Retroactively changing this variable will not affect the existing count. There is currently no maintenance script to fix up counts. initStats.php will update good articles to be somewhat close to what it should be if this variable is set to false (It counts outbound page links, where presence of [[ is whats really counted).
See also[edit | edit source]
Language: | English • français |
---|
Categories:
- MediaWiki configuration settings
- MediaWiki configuration settings 1.5.0
- MediaWiki configuration settings introduced in version 1.5.0
- MediaWiki configuration settings deprecated in version 1.18.0
- MediaWiki configuration settings removed in version 1.24.0
- MediaWiki Deprecated or obsolete features
- Site Statistics variables