mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
d99b1897c3
* Factored out variable invocation tiddlers into separate tiddlers * Document the variable attribute value behavior more completely --------- Co-authored-by: btheado <btheado@mailinator.com>
18 lines
628 B
Plaintext
18 lines
628 B
Plaintext
created: 20230615045239825
|
|
modified: 20230726151053593
|
|
tags: [[Widget Attributes]] WikiText
|
|
title: Variable Attribute Values
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Variable attribute values are indicated with double angle brackets around a [[macro invocation|Macro Calls]]. For example:
|
|
|
|
```
|
|
<div title=<<MyMacro "Brian">>>
|
|
...
|
|
</div>
|
|
```
|
|
|
|
The behaviour of variables invoked via widget attributes is not the same as when they are [[invoked via normal wikitext|Behaviour of variables invoked via normal wikitext]]. In addition, the behaviour depends on how the variable is declared:
|
|
|
|
{{Behaviour of variables invoked via widget attributes}}
|