1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00

Docs for the testcase-transclude and testcase-view widgets

This commit is contained in:
jeremy@jermolene.com 2023-04-11 16:55:42 +01:00
parent c4058721f3
commit 386b015d3d
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,18 @@
caption: testcase-transclude
created: 20230406161341763
modified: 20230406161341763
tags: Widgets
title: TestCaseTranscludeWidget
type: text/vnd.tiddlywiki
! Introduction
The testcase-transclude widget transcludes a tiddler from the subwiki established by an ancestor <<.wlink TestCaseWidget>> widget.
! Content and Attributes
The content of the `<$testcase-transcliude>` widget is not displayed.
|!Attribute |!Description |
|<<.attr tiddler>> |Title of the tiddler to be transcluded |
|<<.attr mode>> |Optional parsing mode: "block" (the default) or "inline" |

View File

@ -0,0 +1,17 @@
caption: testcase-view
created: 20230406161341763
modified: 20230406161341763
tags: Widgets
title: TestCaseViewWidget
type: text/vnd.tiddlywiki
! Introduction
The testcase-transclude widget displays the raw text of a tiddler from the subwiki established by an ancestor <<.wlink TestCaseWidget>> widget.
! Content and Attributes
The content of the `<$testcase-view>` widget is not displayed.
|!Attribute |!Description |
|<<.attr tiddler>> |Title of the tiddler to be displayed |