Docs: add example to CountWidget.tid (#3732)

* Update CountWidget.tid

Just a simple example added.

* Update CountWidget.tid

Made a slight addition to conform with the same style used in the Examples section of the $text widget: TextWidget.tid

* Update CountWidget.tid

Modified to use the Documentation display macro:
`<<wikitext-example-without-html>>`
This commit is contained in:
00SS 2019-01-28 02:28:42 +07:00 committed by Jeremy Ruston
parent 036ea400c5
commit c5aa855ce6
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
title: CountWidget
created: 201310241419
modified: 201310300837
modified: 20181231131
tags: Widgets
caption: count
@ -14,3 +14,6 @@ The content of the `<$count>` widget is ignored.
|!Attribute |!Description |
|filter |The filter expression to count |
! Example
<<wikitext-example-without-html """There are <$count filter="[tag[Examples]]"/> tiddlers tagged with Examples""">>