UsabilityIdeas > BetterMore always creates links. This is not always preferable.
Putting <nop> before =UsabilityIdeas > BetterMore does not work because the link is already there. In TWiki.pm (renderParent) the parent link is created by:
$text = "[[$pWeb.$pTopic][$pTopic]]$sep$text";
I have create a patch to add another attribute to UsabilityIdeas > BetterMore: nolink="on".
Example usage to get the title of one parent only:
%META{"parent" dontrecurse="on" nolink="on"}%
-- ArthurClemens - 07 Sep 2003
Sounds like a sensible enhancement. Suggestion: Make it consistent with other tags by introducting a format="" parameter instead of a nolink="on" parameter. Example:
%META{"parent" dontrecurse="on" format="<nop>$topic"}%
-- PeterThoeny - 08 Sep 2003
I don't understand why we add the parent link to the text at all. Why don't we use the META parent as the only source of info, and then render that info? I don't like the duplication of information that we do with some META data.. I'd rather just improve the renderer
-- SvenDowideit - 06 Dec 2003
META%("parent"}: nolink="on" to get the parent topic's title only, not the link of it.