1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-18 01:44:22 +00:00
TiddlyWiki5/core/ui/TestCases/DefaultTemplateSource.tid

21 lines
599 B
Plaintext
Raw Normal View History

title: $:/core/ui/testcases/DefaultTemplate/Source
<$list filter="[<testcaseInfo>jsonget[tiddlers],<currentTab>] -text -title +[limit[1]]" variable="ignore">
2023-04-17 10:47:45 +00:00
<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>
2023-04-17 10:47:45 +00:00
</$list>
<pre><$testcase-view tiddler=<<currentTab>>/></pre>