Manual:$wgUseCommaCount
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki.
This feature was deprecated (or possibly removed completely) in version 1.18. 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 |
| Removed in version: | 1.18 |
| Allowed values: | (boolean) |
| Default value: | false |
Other settings: Alphabetical | By Function
[edit] 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]].
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).