mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
21 lines
663 B
Plaintext
21 lines
663 B
Plaintext
|
created: 20150221140726000
|
||
|
fr-title: Variable currentTiddler (Exemples)
|
||
|
modified: 20150621135946717
|
||
|
tags: [[currentTiddler Variable]] [[Variable Examples]]
|
||
|
title: currentTiddler Variable (Examples)
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
Les exemples suivants ont une signification identique<<:>>
|
||
|
|
||
|
<$macrocall $name=".example" n="1" eg="""<$view field=title/>"""/>
|
||
|
<$macrocall $name=".example" n="2" eg="""<$view tiddler=<<currentTiddler>> field=title/>"""/>
|
||
|
|
||
|
Cet exemple montre comment le widget <<.wlink ListWidget>> modifie le tiddler en cours<<:>>
|
||
|
|
||
|
<$macrocall $name=".example" n="3"
|
||
|
eg="""<ol>
|
||
|
<$list filter="[prefix[J]]">
|
||
|
<li><<currentTiddler>></li>
|
||
|
</$list>
|
||
|
</ol>"""/>
|