Help:Tracking categories/hi
![]() |
ध्यान दें: जब आप इस पृष्ठ को संपादित करते हैं, आप अपने योगदान को CC0 के अंतर्गत प्रकाशित करते हैं। अधिक जानकारी के लिए सार्वजनिक डोमेन के सहायता पृष्ठ की मदद लें।
|
![]() |
Tracking categories are a feature of MediaWiki which allow pages with certain characteristics to be tracked. They work by adding any such page to a category automatically.
Since MediaWiki 1.23 , tracking categories are listed in the $wgTrackingCategories configuration variable, and can be viewed on Special:TrackingCategories. Since MediaWiki 1.25, tracking categories, which are added by MediaWiki itself, are hard-coded in the MediaWiki source code, and $wgTrackingCategories is kept for backwards compatibility.
What category to use is determined by the tracking category's system message, that is, a page in MediaWiki namespace. If the message is a single hyphen-minus (-), then the tracking category is disabled. Often wiki admins mark such categories as hidden (using the __HIDDENCAT__
magic word), since they are meant for maintenance and not general consumption. Some sites use Parser functions to modify which category is used based on namespace, but that doesn't work properly until 1.19.
Some wikis add custom tracking categories via some hacks, for instance this category, which tracks pages with #expr errors, added through the relevant errors shown on such pages.
Core
The following tracking categories are added by MediaWiki itself, or have been in the past.
Default category | Message | What triggers the category's inclusion | संस्करण |
---|---|---|---|
कीमती पार्सर फ़ंक्शनों का अत्यधिक प्रयोग कर रहे पृष्ठ | expensive-parserfunction-category | इस पृष्ठ में कई फैले हुए कार्यों को प्रयोग में लाया गया है (जैसे #ifexist ). देखिए Manual:$wgExpensiveParserFunctionLimit.This tracking category replaced pfunc_max_ifexist_category, which was added by Extension:ParserFunctions . |
1.13 |
ऐसे पृष्ठ जिनमें प्राचल छोड़े गये हैं | post-expand-template-argument-category | यह पृष्ठ $wgMaxArticleSize से बढ़कर है जबकि साँचों के आंतरिक पाठ को बढ़ाया गया हो (तिगुणी ब्रेस के रूप में जैसे {{{Foo}}} ) ।
|
1.13 |
ऐसे पृष्ठ जिनपर साँचे जुड़ने की सीमा पार हो गई है | post-expand-template-inclusion-category | पृष्ठ का साइज़ $wgMaxArticleSize से बढ़कर है। सभी साँचों के फैलाने के बाद कुछ साँचों को फैलाया नहीं जा सकता है।
|
1.13 |
असूचीबद्ध पृष्ठ | noindex-category | यह पृष्ठ रोबॉटों द्वारा सूचीबद्ध नहीं है क्योंकि इसमें जादूई शब्द __NOINDEX__ है और ऐसे स्थान पर है जहाँ उस झंडी की अनुमति है।
|
1.15 |
सूचीबद्ध पृष्ठ | index-category | इस पृष्ठ का एक __INDEX__ उस पर है (ऐसे स्थान पर है जहाँ उस झंडी की अनुमति है), और इसलिए इसे रोबॉटों द्वारा सूचीबद्ध है जबकि साधारणतः ऐसा नहीं होता है।
|
1.15 |
छुपाई हुई श्रेणियाँ | hidden-category-category | इस श्रेणी में __HIDDENCAT__ के पृष्ठ पाठ है, जो पूर्व निर्धारित रूप से पृष्ठों में श्रेणी कड़ियों के सन्दूक में दिखाई देने से उसे रोकती है।
|
1.13 |
टूटी हुई फ़ाइल कड़ियों वाले पृष्ठ | broken-file-category | इस पृष्ठ में फ़ाइल की टूटी हुई कड़ी शामिल है (एक कड़ी जिससे एक ऐसे फ़ाइल को जोड़े जाने का प्रयास है जो मौजूद नहीं है) । This does not include links to files on the bad image list, files that cannot be displayed inline (due to lack of handler support), links directly to a file page (by preceding with a colon, e.g. [[:File:Example.png]] ). The category, if enabled, is linked from Special:Wantedfiles since 1.19.
|
1.18 |
टेम्पलेट कॉल में डुप्लिकेट तर्क का उपयोग करते हुए पन्ने | duplicate-args-category | पेज जैसे तर्कों के डुप्लिकेट का उपयोग करने वाले टेम्पलेट कॉल, जैसे {{foo|bar=1|bar=2}} और {{foo|bar|1=baz}} .
|
1.25 |
पृष्ठ जिनमें नोड-संख्या सीमा पार की गई है | node-count-exceeded-category | यह पृष्ठ नोड-संख्या सीमा पार करता है। | 1.24 |
पृष्ठ जिनमें विस्तार गहराई पार की गई है | expansion-depth-exceeded-category | यह पृष्ठ विस्तार गहराई पार करता है। | 1.24 |
नजरअंदाज कर दिया प्रदर्शन शीर्षक वाले पृष्ठ | restricted-displaytitle-ignored | पृष्ठ पर ध्यान नहीं दिया गया है।{{DISPLAYTITLE}} क्योंकि यह पृष्ठ के वास्तविक शीर्षक के बराबर नहीं है।
|
1.28 |
Pages using invalid self-closed HTML tags | deprecated-self-close-category | The page contains invalid self-closed HTML tags, such as <b /> or <span /> . The behavior of these will change soon to be consistent with the HTML5 specification, so their use in wikitext is deprecated.
|
1.28 (removed in 1.36) |
टेम्पलेट लूप वाले पेज | template-loop-category | पृष्ठ में एक टेम्पलेट लूप है, अर्थात। एक टेम्पलेट जो स्वयं को पुनरावर्ती रूप से कॉल करता है | 1.29 |
आईएसबीएन के जादुई कड़ियों का उपयोग करने वाले पृष्ठ | magiclink-tracking-isbn | यह पृष्ठ आईएसबीएन जादू लिंक का उपयोग करता है। कैसे माइग्रेट करें mediawiki.org पर देखें। This tracking category is only added if $wgEnableMagicLinks is true. |
1.28 |
RFC जादू लिंक का उपयोग कर रहे पेज | magiclink-tracking-rfc | यह पृष्ठ आरएफसी जादू लिंक का उपयोग करता है। कैसे माइग्रेट करें mediawiki.org पर देखें। This tracking category is only added if $wgEnableMagicLinks is true. |
1.28 |
पीएमआईडी जादू लिंक का उपयोग कर रहे पेज | magiclink-tracking-pmid | यह पृष्ठ पीएमआईडी जादू लिंक का उपयोग करता है। कैसे माइग्रेट करें mediawiki.org पर देखें। This tracking category is only added if $wgEnableMagicLinks is true. |
1.28 |
Pages which use = as a template | template-equals-category | The page contains {{=}} but on this wiki that does not expand to = . This usage is deprecated; a future MediaWiki version will implement {{=}} as a parser function.
|
1.36 |
Pages with non-numeric formatnum arguments | nonnumeric-formatnum | The page contains a non-numeric argument to the formatnum parser function. | 1.36 |
Extensions
The following tracking categories are added by extensions, or have been in the past. Extensions can add new tracking categories using the extension registration system . Prior to 1.25, this was instead done via Parser::addTrackingCategory, with the tracking category name added to $wgTrackingCategories .
Default category | Message | What triggers the category's inclusion | Added by extension | Version |
---|---|---|---|---|
Pages with too many ifexist calls [१] | pfunc_max_ifexist_category | Warning: This page contains too many #ifexist calls. It should have less than $2, there are now $1. This tracking category was replaced with expensive-parserfunction-category, which is added by core. The messages for the tracking category and its description were removed in rev:32965. |
ParserFunctions | (removed in 1.13) |
Pages with syntax highlighting errors | syntaxhighlight-error-category | There was an error when attempting to highlight code included on the page. | SyntaxHighlight | 1.26 |
Pages using Timeline | timeline-tracking-category | कोई वर्णन उपलब्ध नहीं। | EasyTimeline | 1.32 |
सन्दर्भ त्रुटि के साथ पृष्ठ | cite-tracking-category-cite-error | इस श्रेणी में वे लेख आते हैं, जिसमें सन्दर्भ साँचे के उपयोग में त्रुटि हुई है। | Cite | 1.27 |
Pages which use score | score-use-category | These pages use the Score extension. | Score | |
Pages with score rendering errors | score-error-category | There was an error while rendering the score. | Score | 1.22 |
Pages using deprecated score attributes | score-deprecated-category | These pages use options provided by the Score extension which are deprecated. These are: "override_audio", "override_ogg", and "override_midi". | Score | |
TemplateStyles stylesheets with errors | templatestyles-stylesheet-error-category | The TemplateStyles stylesheet has an error. | TemplateStyles | 1.32 |
Pages with TemplateStyles errors | templatestyles-page-error-category | There was an error when processing a <templatestyles/> tag on the page.
|
TemplateStyles | 1.32 |
MassMessage delivery lists | massmessage-list-category | The page is a delivery list for the MassMessage extension. | MassMessage | 1.24 |
Files with no machine-readable license | commonsmetadata-trackingcategory-no-license | The file does not have any machine-readable license template. | CommonsMetadata | 1.25 |
Files with no machine-readable description | commonsmetadata-trackingcategory-no-description | The file does not have a machine-readable information template, or its description field is not filled out. | CommonsMetadata | 1.25 |
Files with no machine-readable author | commonsmetadata-trackingcategory-no-author | The file does not have a machine-readable information template, or its author field is not filled out. | CommonsMetadata | 1.25 |
Files with no machine-readable source | commonsmetadata-trackingcategory-no-source | The file does not have a machine-readable information template, or its source field is not filled out. | CommonsMetadata | 1.25 |
Files with no machine-readable patent | commonsmetadata-trackingcategory-no-patent | The file does not have a machine-readable patent template. | CommonsMetadata | 1.31 |
गणित त्रुटियों वाले पृष्ठ | math-tracking-category-error | इस श्रेणी के पृष्ठों में गणित टैग के उपयोग में त्रुटियां हैं I | Math | 1.28 |
गणित में अनुवादित त्रुटियों के साथ प्रष्ठ | math-tracking-category-render-error | इस श्रेणी के पेजों ने गणित टैग्स में रेंडरिंग त्रुटियां प्रदान की हैं। | Math | 1.30 |
Pages with malformed coordinate tags | geodata-broken-tags-category | The page has a malformed {{#coordinates:}} tag.
|
GeoData | 1.19 |
Pages with unknown globe value | geodata-unknown-globe-category | The page uses an unknown value of the globe parameter for coordinates.
|
GeoData | 1.19 |
Pages with invalid region value | geodata-unknown-region-category | The page uses an invalid value of the region parameter for coordinates.
|
GeoData | 1.19 |
Pages with unknown type of coordinates | geodata-unknown-type-category | The page uses an unknown value of the type parameter for coordinates.
|
GeoData | 1.19 |
स्क्रिप्ट त्रुटियों वाले पृष्ठ | scribunto-common-error-category | There was an error when processing the modules included on the page. | Scribunto | 1.19 |
त्रुटियों वाले स्क्रिबुंटो मॉड्यूल | scribunto-module-with-errors-category | The module has an error in it. | Scribunto | 1.23 |
Pages with unreviewed translations | cx-unreviewed-translation-category | Pages translated with the Content Translation tool that contain a high amount of unreviewed content | ContentTranslation | 1.33 |
Pages with graphs | graph-tracking-category | The page includes a <graph> tag.
|
Graph | 1.26 |
Pages with obsolete Vega 1.0 graphs | graph-obsolete-category | The page includes a <graph> tag that should be updated to version 2.
|
Graph | 1.27 |
Pages with broken graphs | graph-broken-category | The page includes a <graph> tag with invalid usage.
|
Graph | 1.26 |
मानचित्र वाले पृष्ठ | kartographer-tracking-category | पृष्ठ में नक्शा भी है। | Kartographer | 1.27 |
टूटे हुए नक्शे के साथ पृष्ठ | kartographer-broken-category | पृष्ठ में एक अमान्य मानचित्र उपयोग शामिल है | Kartographer | 1.27 |
Pages with unresolved properties | unresolved-property-category | This category lists pages that reference Wikidata properties that cannot be found neither by their property ID nor label. | Wikibase Client | 1.29 |
Redirects connected to a Wikidata item | connected-redirect-category | This category lists redirect pages that are connected to a Wikidata item. | Wikibase Client | 1.31 |