Update TextWidget.tid (#3696)

Used Example display method of <<wikitext-example-without-html>> and added another example.
This commit is contained in:
00SS 2019-01-15 23:14:50 +07:00 committed by Jeremy Ruston
parent 1f829dd5a8
commit 479726c46e
1 changed files with 8 additions and 13 deletions

View File

@ -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}}
' />