[pmwiki-users] 2.1.beta15: pagelist formats
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Thu Dec 29 11:51:51 CST 2005
    
    
  
On Thu, Dec 29, 2005 at 05:41:51PM +0000, Hans wrote:
> 
> Thanks! What exactly does (:if equal {<$Group}:) do?
> I see now that it substitutes for $FPL...StartFmt, and
> (:if equal {>$Group}:) for  $FPL...EndFmt,
> but how is this achieved?
Think of it as
    (:if equal {<$Group} "" :)
and
    (:if equal {>$Group} "" :)
The first says "if the previous page's group is empty" 
(i.e., start of the list), the second says "if the next 
page's group is empty" (i.e., end of the list).
Pm
    
    
More information about the pmwiki-users
mailing list