Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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.

TemplateData

Switch that checks whether a category is in use

Template parameters

ParameterDescriptionTypeStatus
Category1

Category being checked for use

Page namerequired
Comparison type2

Whether a category needs to have members, exist, or both

Suggested values
or and xor
Default
or
Unknownsuggested

See also