Use *two* computed parameters. The first one to construct the
"fieldn...@tiddlername" reference (e.g, "im...@johnsmith"), the second
to simply retrieve the username
<<wikify
[img(5em+,)[%1|%0][%1]]
{{"image@"+config.options.txtUserName}}
{{config.options.txtUserName}}
>>
The resulting macro would be processed as if:
<<wikify [img(5em+,)[%1|%0][%1]] im...@johnsmith JohnSmith>>
had been entered, and produces output like:
[img(5em+,)[JohnSmith|smith.jpg][JohnSmith]]
(assuming that the image field has a value of "smith.jpg")
enjoy,
-e
-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
-~----------~----~----~----~------~----~------~--~---