Difference between revisions of "Template:Cat in use"

From blackwiki
Jump to navigation Jump to search
imported>WOSlinker
(remove {{pp-template}})
imported>Waldyrious
m (use spelled-out magic word)
Line 7: Line 7:
 
   }}<!--
 
   }}<!--
  
--> {{#ifexpr:{{PAGESINCAT:{{{1}}}|R}}|1|0}}  | 1 | 0 }}<noinclude>
+
--> {{#ifexpr:{{PAGESINCATEGORY:{{{1}}}|R}}|1|0}}  | 1 | 0 }}<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 09:15, 1 August 2013

0

Template documentation[view] [edit] [history] [purge]

This template checks whether a category is 'in use', checking various combinations of whether the category exists (is not a redlink) and is populated (has pages in it).

Usage

  • {{cat in use| Wikipedia }} → 0
  • {{cat in use| Avpoaihaw }} → 0

The second parameter can be used to indicate the comparison performed:

  • or returns "1" (true) if the category exists or has members (default);
  • and returns "1" (true) if the category exists and has members;
  • xor returns "1" (true) if the category exists but is empty, or if the category does not exist but has members.

See also