> How do I make this work?=  <<tiddler Tiddlername with: %0
> fieldn...@here>>?
> Is it possible to make= <<tiddler Tiddlername with: %0 ti...@here>>?

Mans,

As I have explained several times, the "fieldn...@tiddlername" syntax,
and the use of %0 through %9 as 'substitution markers' within
parameters is NOT part of the TW core.  It is something I developed
for use in some plugins (such as ListboxPlugin, EditFieldPlugin, and
WikifyPlugin).  While this syntax might *seem* to be general-purpose,
it is not, and cannot be used in any macros except those defined by
the plugins that specifically support it.

As to your specific question: it seems that perhaps you are wanting to
pass the title of the current tiddler to the transcluded one?  If so,
then you should use a *computed parameter*, like this:

<<tiddler TiddlerName with: {{tiddler.title}}>>

When the macro is processed, the javascript reference inside the
{{...}} is evaluated and it's resulting value is used as the value of
that parameter.

enjoy,
-e




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" 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/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to