Hi. Thanks for the feedback. <br><br>Are you referring to a combination of <br><br><a href="http://www.pmwiki.org/wiki/Cookbook/EditTemplates">http://www.pmwiki.org/wiki/Cookbook/EditTemplates</a> and&nbsp; <a href="http://www.pmwiki.org/wiki/PmWiki/Directives#pagelist">
http://www.pmwiki.org/wiki/PmWiki/Directives#pagelist</a> ?<br><br>regards,<br><br><br><br><div><span class="gmail_quote">On 06/04/06, <b class="gmail_sendername">Dominique Faure</b> &lt;<a href="mailto:dominique.faure@gmail.com">
dominique.faure@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 4/6/06, Octocias &lt;<a href="mailto:octocias@googlemail.com">
octocias@googlemail.com</a>&gt; wrote:<br>&gt; Hi All,<br>&gt;<br>&gt; I've been looking at:<br>&gt;<br>&gt; <a href="http://www.pmwiki.org/wiki/Cookbook/ParseArgs">http://www.pmwiki.org/wiki/Cookbook/ParseArgs</a>&nbsp;&nbsp; and<br>
&gt; <a href="http://pmwiki.org/wiki/PmWiki/CustomMarkup">http://pmwiki.org/wiki/PmWiki/CustomMarkup</a><br>&gt;<br>&gt;<br>&gt; I'm having problems understanding&nbsp;&nbsp;how to combine boths sets of help to<br>&gt; acheive what I want.
<br>&gt;<br>&gt; I'd *like* to do this:<br>&gt;<br>&gt; In one WikiPage, I would have fragments of content representing an entire<br>&gt; &quot;content set&quot;.. e.g. I plan to host a profile of all my friends and family.
<br>&gt; A single person would have one WikiPage dedicated to them. That WikiPage<br>&gt; would contain (for example): &quot;surname&quot;, &quot;summary&quot;, &quot;full profile&quot;,<br>&gt; &quot;ThumbnailOnly&quot;, &quot;PersonalLink&quot;, etc.
<br>&gt;<br>&gt; If I wanted to make a single page filled with thumbnails of people I would<br>&gt; like to do this:<br>&gt; (:PersonData person=&quot;jason hattingh&quot; content=ThumbnailOnly:)<br>&gt; (:PersonData person=&quot;ayn rand&quot; content=ThumbnailOnly:)
<br>&gt;<br>&gt; ..etc..<br>&gt;<br>&gt; If I wanted to make a single page filled with ROWS dedicated to summaries of<br>&gt; people I would like to do this:<br>&gt;<br>&gt; (:PersonData person=&quot;JasonHattingh&quot; content=summary:)
<br>&gt; (:PersonData person=&quot;AynRand&quot; content=summary:)<br>&gt;<br>&gt; ..etc..<br>&gt;<br>&gt;<br>&gt; The result is that the args are used to construct a link which reads between<br>&gt; &quot;specified section start&quot; and &quot;specified section end&quot;
<br>&gt; I have yet to learn to use PHP, but I imagine that I would interpret the<br>&gt; args in this (pseudo code) way:<br>&gt;<br>&gt;<br>&gt; // construct part of the wiki link e.g. People.JasonHattingh<br>&gt; $Pagename = &quot;People.&quot; + $args['person']
<br>&gt;<br>&gt; // construct the bookmark extraction specification:<br>&gt; $Section = &quot;#&quot; + $args['section'] + &quot;S&quot; + &quot;#&quot; + $args['section'] + &quot;E&quot;<br>&gt;<br>&gt;<br>&gt; // Piece it together:
<br>&gt;<br>&gt; $FullLink = $PageName + $section<br>&gt;<br>&gt; some_incluce_command( $FullLink );<br>&gt;<br>&gt;<br>&gt;<br>&gt; Ok, that's it.. I hope it's clear enough.. Does this seem a good way to do<br>&gt; it? I am quite worried that I may be barking up an inefficient tree.
<br>&gt;<br><br>Why don't you try with (:pagelist:) using a specific template?<br><br>Regards,<br>Dom<br><br>--<br>The difference between theory and practice in theory is much less<br>than the difference between theory and practice in practice.
<br> — Randal L. Schwartz<br></blockquote></div><br><br clear="all"><br>-- <br>Octocias<br><a href="http://www.octocias.com">http://www.octocias.com</a>