From: Erik Moeller Date: Fri, 18 Mar 2005 20:43:07 +0000 (+0000) Subject: documenting and initializing $wgUseCommaCount X-Git-Tag: 1.5.0alpha1~581 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=4bbc93d03ed00bee17a564a16a0b59181fae65eb;p=lhc%2Fweb%2Fwiklou.git documenting and initializing $wgUseCommaCount --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1c9f69da6e..d4bafc89de 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -477,6 +477,18 @@ $wgUseOldExistenceCheck = false; # use old prefill link method, for debugging o */ $wgEnableParserCache = true; +/** + * 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]]. See http://meta.wikimedia.org/wiki/Help:Article_count + * + * Retroactively changing this variable will not affect + * the existing count (cf. maintenance/recount.sql). +*/ +$wgUseCommaCount = false; + /**#@-*/ /**