[pmwiki-users] pagelist template

Peter Bowers pbowers at pobox.com
Tue Apr 13 20:39:05 CDT 2010


On Tue, Apr 13, 2010 at 11:01 PM,  <pmwiki at 911networks.com> wrote:
> It works, but now I want to make a condition of very 4th one
> to display a row of images with the mini gallery: %center
> text-align=center%Mini_Rand:gallery.portfolio/*|[-'''Click to See
> Photos'''-]

This works, using MarkupExprPlus:

===(snip)===
(:pagelist fmt=#foo group=Test:)

(:if false:)
[[#foo]]
(:if equal {(mod {$$PageCount} 4)} 1:)HERE ARE MY IMAGES(:ifend:)
* {=$FullName}
[[#fooend]]
(:ifend:)
===(snip)===

-Peter



More information about the pmwiki-users mailing list