mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-02 14:29:55 +00:00
revert dumpvariables docs
This commit is contained in:
parent
db40bd508c
commit
2dac4b460f
18
editions/tw5.com/tiddlers/macros/dumpvariables Macro.tid
Normal file
18
editions/tw5.com/tiddlers/macros/dumpvariables Macro.tid
Normal file
@ -0,0 +1,18 @@
|
||||
caption: dumpvariables
|
||||
created: 20140908104107181
|
||||
modified: 20150221151454000
|
||||
tags: Macros [[Core Macros]]
|
||||
title: dumpvariables Macro
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
The <<.def dumpvariables>> [[macro|Macros]] returns a table showing the values of all [[variables|Variables]] and [[macros|Macros]] that exist at that position in the [[widget tree|Widgets]].
|
||||
|
||||
It is useful for debugging and exploring ~TiddlyWiki's internals.
|
||||
|
||||
Placeholders are replaced with values in the normal way, but using the default values for all macro parameters.
|
||||
|
||||
!! Parameters
|
||||
|
||||
(none)
|
||||
|
||||
<<.macro-examples "dumpvariables">>
|
@ -0,0 +1,14 @@
|
||||
created: 20150221151358000
|
||||
modified: 20150221151415000
|
||||
tags: [[dumpvariables Macro]] [[Macro Examples]]
|
||||
title: dumpvariables Macro (Examples)
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<$macrocall $name=".example" n="1"
|
||||
eg="""<$set name="EXAMPLE" value="123.$(EXAMPLE2)$.789">
|
||||
<$set name="EXAMPLE2" value="456">
|
||||
|
||||
<<dumpvariables>>
|
||||
|
||||
</$set>
|
||||
</$set>"""/>
|
Loading…
Reference in New Issue
Block a user