Manual:$wgArticleCountMethod/fa

Category:MediaWiki configuration settings/fa#ArticleCountMethodCategory:MediaWiki configuration settings introduced in version 1.18.0/fa#ArticleCountMethodCategory:MediaWiki configuration settings still in use/fa#ArticleCountMethodCategory:Site Statistics variables/fa#ArticleCountMethod
Statistics and content analysis: $wgArticleCountMethod
Method used to determine if a page in a content namespace should be counted as a valid content page (article).
معرفی شده در نسخه:1.18.0 (r88113)
حذف شده در نسخه:هنوز در حال استفاده است
مقادیر مجاز:(رشته) یا null
مقدار پیش‌فرض:'link' (1.24+)
null (1.18-1.23)

جزئیات

روشی که برای تعیین اینکه آیا یک صفحه در فضای نام محتوا باید به عنوان یک صفحه محتوای معتبر (مقاله) شمرده شود یا خیر، استفاده می‌شود.

صفحات تغییر مسیر «هرگز» به عنوان صفحات محتوای معتبر (مقالات) محسوب نخواهند شد.

این متغیر می‌تواند مقادیر زیر را داشته باشد:

  • 'link' - صفحه باید حاوی یک پیوند ویکی باشد تا معتبر تلقی شود
  • 'comma' - برای اینکه صفحه معتبر تلقی شود، باید حاوی کاما باشد. به دلیل مشکلاتی که در نحوه پیاده‌سازی این گزینه وجود داشت، در مدیاویکی ۱.۳۱ حذف شد. It is now equivalent to 'any'.
  • 'any' - all pages (that are not redirects) are considered as valid articles
  • هر ارزش دیگری به همان نتیجه "هر" خواهد رسید.

The "wikilink" alluded to above must be an "internal-style" link formed by using [[double brackets]] wiki markup (the link may be provided by transclusion and need not point to an existing page). Such links create entries in the pagelinks table, which is what actually gets checked to determine whether a page contains wikilinks.

Other types of links, including "external" links (formed with [single brackets]), interwiki links (to pages on other wikis), category links (which place pages into categories), and file links (which display files) do not count when using the 'link' method.

Changing this variable will not retroactively affect the existing count. To update it, you will need to run the maintenance/updateArticleCount.php script.

جستارهای وابسته

Category:MediaWiki configuration settings/fa Category:MediaWiki configuration settings introduced in version 1.18.0/fa Category:MediaWiki configuration settings still in use/fa Category:Site Statistics variables/fa