1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-17 17:34:48 +00:00
TiddlyWiki5/core/ui/TestCases/DefaultTemplateSource.tid
2023-04-17 11:47:45 +01:00

21 lines
599 B
Plaintext

title: $:/core/ui/testcases/DefaultTemplate/Source
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title +[limit[1]]" variable="ignore">
<table class="tc-field-table">
<tbody>
<tr><th>Field</th><th>Value</th></tr>
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title" variable="fieldName">
<tr>
<td>
<$text text=<<fieldName>>/>
</td>
<td>
<$testcase-view tiddler=<<currentTab>> field=<<fieldName>>/>
</td>
</tr>
</$list>
</tbody>
</table>
</$list>
<pre><$testcase-view tiddler=<<currentTab>>/></pre>