From 0e6517edd4d44f32e1d6c338298b5eca59369942 Mon Sep 17 00:00:00 2001 From: r1chard5mith Date: Fri, 22 May 2015 10:24:39 +1000 Subject: [PATCH] Update Variables in WikiText.tid swapped `$(name$)` for `$(name)$` in line 12 --- editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid index d7cba1711..7ff8ec42c 100644 --- a/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid @@ -9,7 +9,7 @@ See also the [[introduction to the concept of variables|Variables]]. To transclude the value of a variable, use the [[macro call syntax|Macro Calls in WikiText]] with no parameters. You can also use a <<.wlink MacroCallWidget>> widget. -A [[macro|Macros]] snippet can contain `$(name$)` as a [[placeholder|Macro Definitions in WikiText]] for which the value of the variable of that name will be substituted. +A [[macro|Macros]] snippet can contain `$(name)$` as a [[placeholder|Macro Definitions in WikiText]] for which the value of the variable of that name will be substituted. A variable's value can be used as a [[filter parameter|Filter Parameter]], or as a [[widget attribute|Widgets in WikiText]]. The latter supports macro parameters.