Update TextWidget.tid (#3696)

Used Example display method of <<wikitext-example-without-html>> and added another example.
allow-filter-duplicates
00SS 2019-01-15 23:14:50 +07:00 zatwierdzone przez Jeremy Ruston
rodzic 1f829dd5a8
commit 479726c46e
1 zmienionych plików z 8 dodań i 13 usunięć

Wyświetl plik

@ -1,8 +1,9 @@
created: 201401191419
modified: 201401190837
modified: 201901150000
tags: Widgets
title: TextWidget
caption: text
text-test: e=mc^^2^^
! Introduction
@ -17,22 +18,16 @@ The content of the `<$text>` widget is not used.
! Example
```
<$vars string="//italic//">
<$macrocall $name='wikitext-example-without-html' src='<$vars string="//italic//">
* <<string>>
* <$text text=<<string>>/>
</$vars>
```
' />
Displays as:
<$macrocall $name='wikitext-example-without-html' src='
The text-test field of this tiddler has a field value: <$text text={{!!text-test}}/>
<<<
<$vars string="//italic//">
* <<string>>
* <$text text=<<string>>/>
</$vars>
<<<
It displays in its normal WikiText format as: {{!!text-test}}
' />