diff --git a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid index a44c91dd6..6bc81de3c 100644 --- a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid @@ -18,11 +18,11 @@ Transclusion is the underlying mechanism for many higher level wikitext features Here is a complete example showing the important features of the <<.wlink TranscludeWidget>> widget: ``` -\procedure mymacro(name,age) +\procedure myproc(name,age) My name is <> and my age is <>. \end -<$transclude $variable="mymacro" name="James" age="19"/> +<$transclude $variable="myproc" name="James" age="19"/> ``` * `\procedure` defines a variable as a procedure with two parameters, ''name'' and ''age''