Hello everyone,

Im using the "#if:" parser function to ask about my template arguments.

I need to make an "AND" condition when asking about them, something like
this:

{{#if: {{{p1|}}} and {{{p2|}}} and {{{p3|}}} | MY_TEXT }}

but is not working.

Im aware that "OR" conditions are posibles just placing one argument
besides the other, like this:

{{#if: {{{p1|}}} {{{p2|}}} {{{p3|}}} | MY_TEXT }}

Is there some funcionality to make "AND" conditions? Ive been googling it
and didnt fount anything.

Thanks a lot in advance,

Marcelo.
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to