Module:If any equal/doc
Appearance
This is a documentation subpage for Module:If any equal. It may contain usage information, categories and other content that is not part of the original module page. |
Usage
[edit]This module checks all positional parameters to see if any of them is equal to the parameter "value". If so, it will output "yes", otherwise "no".
Examples
[edit]{{#invoke:If any equal|main|a|b|c|d|value=c}}
gives yes{{#invoke:If any equal|main|a|b|c|d|value=r}}
gives no{{#invoke:If any equal|main|a|b|c|d|value=}}
gives no