[pmwiki-users] ZAP conditional syntax

SteP step.list+pmwiki at gmail.com
Thu Mar 8 02:55:45 CST 2007


The Editor wrote:

> Also, I had hoped to allow multiple actions to occur when a condition
> is passed, something like this:
> 
> (:zap if="condition||field=value,field=value,field=value":)
> 

parenthesized maybe?
(:zap if="condition||(field=value)(field=value)(field=value)":)

or some character sequence of sorts, can't explode handle that?
(:zap if="condition||field=value. at .field=value. at .field=value":)

And then maybe you could use something like .@@. to replace the double 
pipe?

(:zap if="condition.@@.field=value. at .field=value. at .field=value":)




More information about the pmwiki-users mailing list