mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +00:00
Update thisTiddler Variable (Examples) for using unique parameter n in .example macro (#7434)
Address issue in https://github.com/Jermolene/TiddlyWiki5/pull/7433#discussion_r1186744704
This commit is contained in:
parent
3da0a9431c
commit
1af4324370
@ -10,9 +10,9 @@ The first example shows how <<.def thisTiddler>> works whithin transcluded templ
|
|||||||
|
|
||||||
The second example shows <<.def thisTiddler>> in the body of tiddler and inside a macro.
|
The second example shows <<.def thisTiddler>> in the body of tiddler and inside a macro.
|
||||||
|
|
||||||
<$macrocall $name=".example" n="1" eg="""<$text text=<<thisTiddler>>/>"""/>
|
<$macrocall $name=".example" n="2" eg="""<$text text=<<thisTiddler>>/>"""/>
|
||||||
|
|
||||||
<$macrocall $name=".example" n="2" eg="""\define example() <$text text=<<thisTiddler>>/>
|
<$macrocall $name=".example" n="3" eg="""\define example() <$text text=<<thisTiddler>>/>
|
||||||
<<example>>
|
<<example>>
|
||||||
"""/>
|
"""/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user