From 5b20255749a531adfac5207145c806caa3dc8d3f Mon Sep 17 00:00:00 2001 From: Slo Date: Tue, 30 Jun 2015 11:01:49 +0200 Subject: [PATCH] Wrong macro name in example description The \define pragma below defines a macro called tags. should be: The \define pragma below defines a macro called tags-of-current-tiddler. --- 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 7ff8ec42c..b2c103507 100644 --- a/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid @@ -22,7 +22,7 @@ eg="""<$set name=animal value=zebra> !! Example: defining a macro -The `\define` pragma below [[defines a macro|Macros in WikiText]] called <<.var tags>>. The macro returns the value of the tiddler's <<.field tags>> field, and can be accessed from anywhere else in the same tiddler (or in any tiddler that [[imports|ImportVariablesWidget]] it). +The `\define` pragma below [[defines a macro|Macros in WikiText]] called <<.var tags-of-current-tiddler>>. The macro returns the value of the tiddler's <<.field tags>> field, and can be accessed from anywhere else in the same tiddler (or in any tiddler that [[imports|ImportVariablesWidget]] it). <$importvariables filter="$:/editions/tw5.com/macro-examples/tags-of-current-tiddler"> <$codeblock code={{$:/editions/tw5.com/macro-examples/tags-of-current-tiddler}}/>