mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 19:39:57 +00:00
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
|
created: 20230304123606350
|
||
|
modified: 20230304124149055
|
||
|
tags: [[currentTiddler Variable]] [[Variable Examples]]
|
||
|
title: thisTiddler Variable (Examples)
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
|
||
|
|
||
|
<$macrocall $name=".example" n="1" eg="""<$text text=<<thisTiddler>>/>"""/>
|
||
|
|
||
|
<$macrocall $name=".example" n="2" eg="""\define example() <$text text=<<thisTiddler>>/>
|
||
|
<<example>>
|
||
|
"""/>
|