Wednesday, February 27, 2008, 6:07:22 PM, noskule wrote:

> is there a way to get something similar than this:
>       (:if exists {*$FullName}-Issue-* :)
> it seams the exists cond. dont support wildcard

you could try installing PowerTools

and then try this:

(:if !equal {(plist {*$FullName}-Issue-*)} '':)

which should check if the wildcard pagelist is empty or not.
plist accepts wiki wildcards, and produces a comma separated list of
pagenames.

This is not tested.


  ~Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to