Template:RC/doc/use-count/doc

7,000+


This page describes the number of pages that use Template:RC. See {{possible-risk}}. Please note that {{RC}} is rarely used directly; it’s embedded by MediaWiki:category-article-count on pages of all categories that contain at least one article (i.e. have at least one member which is not a subcategory or a file). Use the following query in Quarry to get the exact count of such categories:

USE enwikibooks_p;
SELECT COUNT(*) FROM category WHERE cat_title IN (SELECT page_title FROM page WHERE page_namespace = 14) AND cat_pages > 0;