On Sat, May 9, 2009 at 2:48 PM, Martin <[email protected]> wrote:
>
> I spent a significant amount of time on this but did not come to a
> solution. If I do not find one soon I have to rethink the whole
> tagging strategy.
>
> I want to have action.tag.missing with a search with a template.
>
> "template each" should pull:
> - a specified section from each page
> - from info.tags the tags of this page as links
>
> How can I fetch sections in a template if I cannot use include?

Why can't you use include?  You should be able to do [(include
{+p}#anchor)]. I'm not quite getting exactly what you are saying so
perhaps I am missing something.

> For the info.tags links I found that "list" without specifying any
> template or fmt would get the links (works like {++p}). But I need to
> add the prefix "tag.".
>
> Tags: [(list '{info.tags::{+p}}' delimiter=',' join=' | '
> template="title")]


Not sure what {++p} is but you should be able to do

[(list '{info.tags::{+p}}' delimiter=',' join=' | ' template="[[tag.{+p}|+]]")]

> In addition I need to preserve the entries in info.tags for the link
> label. BOLTFtagcloud can do this. Now I did not find a way to pull
> only that line in info.tags that is interesting here. I tried to use
> an argument like "field='{+p}' but without success.

Not sure exactly what you mean here, but you do have {+p} and
{info.tags::{+p}} available to you in the template. Will either of
them work for you?

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to