Skip to content

Rule Template: Mutual Exclusion

cinnamon-rolls edited this page Jul 14, 2021 · 1 revision

Rule Template: Mutual Exclusion

A mutual exclusion is when two tags contradict each other, such as indoors and outdoors.

Key Value
tags The contradicting tags

Example

A long time ago, an error in the public tag repository was introduced that caused green eyes to become synonymous with garrison cap, meaning that all files tagged with garrison cap were also tagged with green eyes and vice versa. This tag rule can be used pragmatically to separate these tags back out. Note that if a file actually should have green eyes or garrison cap, then it can be marked as an exemption.

{
  "template": "mutual exclusion",
  "tags": ["green eyes", "garrison cap"]
}
Clone this wiki locally