mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
14 lines
480 B
Plaintext
14 lines
480 B
Plaintext
|
created: 20230615045327830
|
||
|
modified: 20230615045353826
|
||
|
tags: [[Widget Attributes]] WikiText
|
||
|
title: Transcluded Attribute Values
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
Transcluded attribute values are indicated with double curly braces around a TextReference. For example:
|
||
|
|
||
|
```
|
||
|
attr={{tiddler}}
|
||
|
attr={{!!field}}
|
||
|
attr={{tiddler!!field}}
|
||
|
```
|
||
|
<<.warning "The value of the attribute value will be the exact text retrieved from the TextReference. Any wiki syntax in that text will be left as-is.">>
|