1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-05 13:40:02 +00:00

13 lines
527 B
Plaintext
Raw Normal View History

2014-10-02 23:02:48 +08:00
created: 20141002133113496
2015-01-07 16:18:36 +01:00
modified: 20150107121000000
2014-10-02 23:02:48 +08:00
tags: Reference
title: Variables
type: text/vnd.tiddlywiki
2015-01-07 16:18:36 +01:00
[[Variables]] are an essential component of dynamic WikiText, as are [[Widgets]] and [[Macros]]. In fact, a variable is a shorthand of a macro.
2014-10-02 23:02:48 +08:00
2015-01-07 16:18:36 +01:00
You can define custom [[Variables in WikiText]] or use one of the standard variables...
2014-10-02 23:02:48 +08:00
2014-10-03 07:15:06 +08:00
<<list-links "[tag[Variables]]">>
2015-01-07 16:18:36 +01:00
The [[<<dumpvariables>>|DumpVariablesMacro]] macro lists all variables defined in the current scope, allowing you to see and edit their values.