<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Liz,</div><div><br class="webkit-block-placeholder"></div>Wikitrails are great, but I don't know any way to make them give you the words "next page" and "previous page".<div><br class="webkit-block-placeholder"></div><div>Ideally you'd use something like:&nbsp;[[{$previous_link_in_trail} | &lt;&lt;&nbsp;previous page&nbsp;]] [[{$next_link_in_trail} |&nbsp;next &nbsp;page &gt;&gt;&nbsp;]]<div><div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br class="webkit-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">Since there are no page variables like&nbsp;$previous_link_in_trail,&nbsp;if you have to have those words appear, you could hard-code a section of an index page like this:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">The pages in this sequence are</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">P1: YourGroup.YourFirstPage
P2: YourGroup.YourSecondPage
P3: YourGroup.YourThirdPage

[[#PreviousNextLinks]]
(:if equal {*$FullName} {$:P1}:) [[ {$:P2} |next page&gt;&gt;]]
(:elseif equal {*$FullName} {$:P2}:) [[ {$:P1} |&lt;&lt;previous page ]] - [[ {$:P3} |next page&gt;&gt; ]]
(:elseif equal {*$FullName} {$:P3}:) [[{$:P2} |&lt;&lt;previous page ]]
(:ifend:)
[[#PreviousNextLinksend]]</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br class="webkit-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">Then you can put (:include MyIndexPage#PreviousNextLinks:) on each page in the sequence. It's more of a maintenance headache than Wikitrails, so I would use the Wikitrails instead if that works for you.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br class="webkit-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">Good luck,</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">Randy</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br class="webkit-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; "><br class="webkit-block-placeholder"></div></div></div><div><div>On Jan 10, 2008, at 2:53 PM, Liz Castro wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi, I've been wandering about the documentation looking for ways to &nbsp;<br>do this, but didn't find any.<br><br>Is there a way to define a sequence of pages and then create a link &nbsp;<br>to the "next page" or to the previous page?<br><br>thanks,<br>Liz<br><br>_______________________________________________<br>pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br></blockquote></div><br></div></div></body></html>