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 <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> <<a href="mailto:dominique.faure@gmail.com">
dominique.faure@gmail.com</a>> 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 <<a href="mailto:octocias@googlemail.com">
octocias@googlemail.com</a>> wrote:<br>> Hi All,<br>><br>> I've been looking at:<br>><br>> <a href="http://www.pmwiki.org/wiki/Cookbook/ParseArgs">http://www.pmwiki.org/wiki/Cookbook/ParseArgs</a> and<br>
> <a href="http://pmwiki.org/wiki/PmWiki/CustomMarkup">http://pmwiki.org/wiki/PmWiki/CustomMarkup</a><br>><br>><br>> I'm having problems understanding how to combine boths sets of help to<br>> acheive what I want.
<br>><br>> I'd *like* to do this:<br>><br>> In one WikiPage, I would have fragments of content representing an entire<br>> "content set".. e.g. I plan to host a profile of all my friends and family.
<br>> A single person would have one WikiPage dedicated to them. That WikiPage<br>> would contain (for example): "surname", "summary", "full profile",<br>> "ThumbnailOnly", "PersonalLink", etc.
<br>><br>> If I wanted to make a single page filled with thumbnails of people I would<br>> like to do this:<br>> (:PersonData person="jason hattingh" content=ThumbnailOnly:)<br>> (:PersonData person="ayn rand" content=ThumbnailOnly:)
<br>><br>> ..etc..<br>><br>> If I wanted to make a single page filled with ROWS dedicated to summaries of<br>> people I would like to do this:<br>><br>> (:PersonData person="JasonHattingh" content=summary:)
<br>> (:PersonData person="AynRand" content=summary:)<br>><br>> ..etc..<br>><br>><br>> The result is that the args are used to construct a link which reads between<br>> "specified section start" and "specified section end"
<br>> I have yet to learn to use PHP, but I imagine that I would interpret the<br>> args in this (pseudo code) way:<br>><br>><br>> // construct part of the wiki link e.g. People.JasonHattingh<br>> $Pagename = "People." + $args['person']
<br>><br>> // construct the bookmark extraction specification:<br>> $Section = "#" + $args['section'] + "S" + "#" + $args['section'] + "E"<br>><br>><br>> // Piece it together:
<br>><br>> $FullLink = $PageName + $section<br>><br>> some_incluce_command( $FullLink );<br>><br>><br>><br>> Ok, that's it.. I hope it's clear enough.. Does this seem a good way to do<br>> it? I am quite worried that I may be barking up an inefficient tree.
<br>><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>