[pmwiki-users] IncludeText doc

Pierre Racine Pierre.Racine at sbf.ulaval.ca
Thu Feb 15 07:59:47 CST 2007


Thanks Pm,

I can add that if we do not specify the ending anchor, the starting anchor suffixed with "end" is assumed. Ex.: [[#anchorname]]bla,
bla, bla...[[#anchornameend]]

And what is the usage of the last boolean (true/false) argument?

Pierre

>-----Message d'origine-----
>De : Patrick R. Michaud [mailto:pmichaud at pobox.com] 
>Envoyé : 14 février 2007 13:36
>À : Pierre Racine
>Cc : pmwiki-users at pmichaud.com
>Objet : Re: [pmwiki-users] IncludeText doc
>
>On Wed, Feb 14, 2007 at 11:37:53AM -0500, Pierre Racine wrote:
>>    Hi list,
>>     
>>    is "function IncludeText($pagename, $inclspec)" 
>documented somewhere?
>>     
>>    I want to read template string enclosed between 
>[[#templatename]] and
>>    [[#templatenameend]] similar to the one in 
>PageListTemplates. I fill that
>>    IncludeText is the right function to do this but I can't 
>figure what
>>    are its arguments...
>
>Actually, this particular capability (grab a template enclosed between
>two anchors) is expected to become its own function, which 
>pagelist templates and include will use.
>
>In the meantime, the arguments to IncludeText are
>
>    $pagename -- the current page
>    $inclspec -- the specification for the include (i.e., it's the
>      argument to the (:include ...:) directive)
>
>
>Thus, calling
>
>    IncludeText("Group.Page", "ABC#def#ghi")
>
>would return the text between the [[#def]] and [[#ghi]]
>anchors on page Group.ABC.
>
>Pm




More information about the pmwiki-users mailing list