Manual:$wgTrackingCategories
From MediaWiki.org
Category: $wgTrackingCategories | |
---|---|
This is the list of messages representing tracking categories. Tracking categories are automatically added to pages meeting certain criteria. They are listed at Special:TrackingCategories. |
|
Introduced in version: | 1.23.0 |
Removed in version: | still in use |
Allowed values: | array of strings |
Default value: | array( 'index-category', 'noindex-category', 'expensive-parserfunction-category', 'post-expand-template-argument-category', 'post-expand-template-inclusion-category', 'hidden-category-category', 'broken-file-category' ) in 1.23, introduced in gerrit:112323 |
Other settings: Alphabetical | By Function
Details[edit | edit source]
$wgTrackingCategories is the list of tracking categories which are automatically added to pages. They are listed on Special:TrackingCategories.
People who write extensions that add tracking categories via $parser->addTrackingCategory
should add the system message corresponding to their tracking category to this array. They should also define a message with the same name but -desc appended that describes the criteria for a page to be tagged with the tracking category.