Template:AnyOf: Difference between revisions
Jump to navigation
Jump to search
JeffEvarts (talk | contribs) No edit summary |
JeffEvarts (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
Semantic Sugar. | Semantic Sugar. | ||
Returns a non-empty string if any of the first | Returns a non-empty string if any of the first 3 arguments is a non-empty string | ||
==Usage== | ==Usage== | ||
'''{{'''AnyOf{{!}}{{{foo{{!}}}}}|{{{bar{{!}}}}}|{{{baz{{!}}}}}'''}}''' | '''{{'''AnyOf{{!}}{{{foo{{!}}}}}|{{{bar{{!}}}}}|{{{baz{{!}}}}}'''}}''' | ||
</noinclude><includeonly>{{{1|{{{2|{{{3| | </noinclude><includeonly>{{{1|{{{2|{{{3|}}}}}}}}}</includeonly> |
Revision as of 06:25, 21 December 2019
Semantic Sugar.
Returns a non-empty string if any of the first 3 arguments is a non-empty string
Usage
{{AnyOf|{{{foo|}}}|{{{bar|}}}|{{{baz|}}}}}