<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; "><div>This lists up to 100 entries and lets you go to previous, top, or next. When it runs out of page segments, it shows the remainder in a single page. You can add more markup if you need more page segments. You can probably pretty it up, but this should give you an idea of one way to do what you want.</div><div><br></div><div>Randy</div><div><br></div><div><br></div>(:Toplink: [[{$FullName}?first=1?last=20|Top]]:)
(:comment show the bounded pagelist:)
(:if !equal "{$?first}" "":)
(:pagelist count={$?first}..{$?last}:)
(:else:)
[[{$FullName}?first=1?last=20|Show pagelist, 20 pages at a time]] 
(:ifend:)
----
(:comment show the continuation link:)
(:if equal "{$?first}" "1":)
Top | [[{$FullName}?first=21?last=40 | next>]] 
(:elseif equal "{$?first}" "21":)
[[{$FullName}?first=1?last=20|&lt;previous]] | {$:Toplink} | [[{$FullName}?first=41?last=60|next>]] 
(:elseif equal "{$?first}" "41":)
[[{$FullName}?first=21?last=40|&lt;previous]] | {$:Toplink} | [[{$FullName}?first=61?last=80|next>]] 
(:elseif equal "{$?first}" "61":)
[[{$FullName}?first=41?last=60|&lt;previous]] | {$:Toplink} | [[{$FullName}?first=81?last=100|next>]] 
(:elseif equal "{$?first}" "81":)
[[{$FullName}?first=61?last=80|&lt;previous]] | {$:Toplink} | [[{*$FullName}?first=101?last=9999999|View the remainder in one page...]]
(:elseif !equal "{$?first}" "":)
[[{$FullName}?first=61?last=80|&lt;previous]] | {$:Toplink}
(:ifend:)</span><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 13px; white-space: pre-wrap;"><br></span></font><div><div>On May 27, 2009, at 11:32 AM, <a href="mailto:pmwiki@911networks.com">pmwiki@911networks.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Tue, 26 May 2009 11:52:35 -0500<br>Randy Brown &lt;<a href="mailto:randy@brownragfilms.com">randy@brownragfilms.com</a>> wrote:<br><br><blockquote type="cite">To limit the number of pages returned by the pagelist, you can do<br></blockquote><blockquote type="cite">the following if you have the httpvariables recipe installed:<br></blockquote><blockquote type="cite"><br></blockquote><br>How do I assign the previous? to go back?<br><br>-- <br>Thanks<br></div></blockquote></div><br></div></body></html>