mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-17 07:47:24 +00:00
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:
@@ -1,6 +1,6 @@
|
|||||||
title: CountWidget
|
title: CountWidget
|
||||||
created: 201310241419
|
created: 201310241419
|
||||||
modified: 201310300837
|
modified: 20181231131
|
||||||
tags: Widgets
|
tags: Widgets
|
||||||
caption: count
|
caption: count
|
||||||
|
|
||||||
@@ -14,3 +14,6 @@ The content of the `<$count>` widget is ignored.
|
|||||||
|
|
||||||
|!Attribute |!Description |
|
|!Attribute |!Description |
|
||||||
|filter |The filter expression to count |
|
|filter |The filter expression to count |
|
||||||
|
|
||||||
|
! Example
|
||||||
|
<<wikitext-example-without-html """There are <$count filter="[tag[Examples]]"/> tiddlers tagged with Examples""">>
|
||||||
|
|||||||
Reference in New Issue
Block a user