From 1695d5fe29e9931f24071f8d71cfe7703fea72b7 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 12 Oct 2014 09:42:16 +0100 Subject: [PATCH] Docs tweaks --- .../tiddlers/variables/WidgetVariable_ currentTiddler.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/variables/WidgetVariable_ currentTiddler.tid b/editions/tw5.com/tiddlers/variables/WidgetVariable_ currentTiddler.tid index e66fb5131..b2fbfa83c 100644 --- a/editions/tw5.com/tiddlers/variables/WidgetVariable_ currentTiddler.tid +++ b/editions/tw5.com/tiddlers/variables/WidgetVariable_ currentTiddler.tid @@ -7,7 +7,7 @@ type: text/vnd.tiddlywiki ! Mechanism -The ''currentTiddler'' variable containes the title of the current tiddler. +The ''currentTiddler'' variable contains the title of the current tiddler. The ListWidget assigns the list result to the ''currentTiddler'' variable, unless the `variable` attribute is specified. @@ -19,4 +19,4 @@ The TranscludeWidget (or WikiText `{{||TemplateTitle}}`) transcludes a tiddler w These mechanisms together allow you to write references like `<$view field="title" format="link"/>` in TemplateTiddlers or inside the ListWidget hierarchy without explicitly specifying the tiddler that it applies to. -See also [[WidgetVariable: storyTiddler]] \ No newline at end of file +See also [[WidgetVariable: storyTiddler]] and [[WidgetVariable: currentTiddler]]