Manual:$wgArticleCountMethod/ar
إحصائيات وتحليل المحتوى: $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) |
إعدادات أخرى: أبجدية | حسب الدالة |
التفاصيل
Method used to determine if a page in a content namespace should be counted as a valid content page (article).
يمكن لهذا المتغير أن يكون له القيم التالية:
'link'
- يجب أن تحتوي الصفحة على رابط ويكيلينك لتكون صالحة'comma'
- يجب أن تحتوي الصفحة على رابط ويكيلينك لتكون صالحة Due to problems with how this option was implemented, it was removed in MediaWiki 1.31. It is now equivalent to'any'
.'any'
- جميع الصفحات (التي ليست إعادة التوجيه) تعتبر مقالات صالحة- أية قيمة أخرى سيكون لها نفس النتيجة مثل
'any'
.
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.
لن يؤثر تغيير هذا المتغير بأثر رجعي على العدد الحالي. لتحديثه، ستحتاج إلى تشغيل البرنامج النصي maintenance/updateArticleCount.php .