From f20a09532aabc63967f43444f0a3ea04cb3bc41a Mon Sep 17 00:00:00 2001 From: danielo515 Date: Sun, 8 Feb 2015 20:11:07 +0100 Subject: [PATCH] templates are not clear The template description is too ambiguous. I tried to use template tiddlers just to realize that the template should be a string. For example a date format. --- editions/tw5.com/tiddlers/widgets/ViewWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/ViewWidget.tid b/editions/tw5.com/tiddlers/widgets/ViewWidget.tid index 9d27945e6..69838b6c6 100644 --- a/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ViewWidget.tid @@ -17,7 +17,7 @@ The content of the `<$view>` widget is displayed if the field or property is mis |field |The name of the field to view (defaults to "text") | |index |The name of the index to view | |format |The format for displaying the field (see below) | -|template |The optional template used with certain formats | +|template |Optional template string used with certain formats such as dates | |subtiddler |Optional SubTiddler title when the target tiddler is a [[plugin|Plugins]] (see below) | !! Formats