[pmwiki-users] pagelist - conditional statement

Patrick R. Michaud pmichaud at pobox.com
Tue Dec 18 10:02:15 CST 2007


On Tue, Dec 18, 2007 at 10:27:16AM -0500, david at ellendee.co.uk wrote:
> Hi list members,
> 
> I wonder if one of you experts could help. Can conditional statements be
> used in page lists in the form:
> (:pagelist ($:ptv1="text" or $:ptv2="text"):)
> 
> Thanks in anticipation and my apologies to anyone on the devel list I
> posted to the wrong place

I don't know if this works, but maybe something like:

  (:pagelist if="expr equal {=$:ptv1} 'text' || equal {=$:ptv2} 'text'" :)

Pm



More information about the pmwiki-users mailing list