Difference between revisions of "Template:Cat in use/doc"
Jump to navigation
Jump to search
imported>Fryed-peach m |
imported>Xeno m (→Usage: note default) |
||
| Line 10: | Line 10: | ||
The second parameter can be used to say what kind of comparison is done: | The second parameter can be used to say what kind of comparison is done: | ||
| − | *<tt>'''or'''</tt> – returns true if the category exists ''or'' has members | + | *<tt>'''or'''</tt> – returns true if the category exists ''or'' has members ''(default)'' |
| − | *<tt>'''and'''</tt> – true if the category exists ''and'' has members | + | *<tt>'''and'''</tt> – returns true if the category exists ''and'' has members |
| − | *<tt>'''xor'''</tt> – true if the category exists but is empty, or if the category does not exist but has members (slightly weird, admittedly <tt>:D</tt>) | + | *<tt>'''xor'''</tt> – returns true if the category exists but is empty, or if the category does not exist but has members (slightly weird, admittedly <tt>:D</tt>) |
=== See also === | === See also === | ||
Revision as of 15:02, 27 July 2010
| This is a documentation subpage for Template:Cat in use. It contains usage information, categories and other content that is not part of the original template page. |
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 say what kind of comparison is done:
- or – returns true if the category exists or has members (default)
- and – returns true if the category exists and has members
- xor – returns true if the category exists but is empty, or if the category does not exist but has members (slightly weird, admittedly :D)