Template:AnyOf: Difference between revisions

From NOWA-CL
Jump to navigation Jump to search
(Created page with "<noinclude> Semantic Sugar. Returns a non-empty string if any of the arguments is a non-empty string ==Usage== '''{{'''AnyOf|{{{foo}}}|{{{bar}}}|{{{baz}}}'''}}''' </noi...")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
Semantic Sugar.
Semantic Sugar.


Returns a non-empty string if any of the arguments is a non-empty string
Returns a non-empty string if any of the first 3 arguments is a non-empty string
==Usage==
==Usage==
  '''&#123;{'''AnyOf|{{{foo}}}|{{{bar}}}|{{{baz}}}'''}}'''
  '''&#123;{'''AnyOf{{!}}{{{foo{{!}}}}}|{{{bar{{!}}}}}|{{{baz{{!}}}}}'''}}'''
</noinclude><includonly>{{{1|{{{2|{{{3|{{{4|{{{5|{{{6|{{{7|{{{8|{{{9|{{{10|{{{11|{{{12|{{{13|{{{14|{{{15|{{{16|{{{17|{{{18|{{{19|{{{20|}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}</includeonly>
</noinclude><includeonly>{{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}}{{{10|}}}</includeonly>

Latest revision as of 08:18, 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|}}}}}