In the last step that is broken 

 $value={{$:/SiteTitle}} [[$year$ ]] 

Is not valid. To concatenate these values which you seem to intend you can't do 
it in a parameter unless its only substitutions

  $value="$SiteTitle$ [[$year$]]"

you can also define an additional macro that does the concatenation 

\define temp(year)  {{$:/SiteTitle}} [[$year$]] 

Then $value=<<temp $year$>>

untested but expected to work

Its only in filters you can't use a macro that includes a parameter such as 
year in the above temp macro.

The short form of calling a macro is sometimes better done using the long form 
the Macrocall widget.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a1dc229e-c93e-4053-9018-ba090fe0c6a9%40googlegroups.com.

Reply via email to