mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 20:29:10 +00:00
Fix obsolete transclude widget docs
This commit is contained in:
parent
f44f2b33ed
commit
6436dc22a7
@ -1,5 +1,5 @@
|
|||||||
created: 20130824142500000
|
created: 20130824142500000
|
||||||
modified: 20140212175900970
|
modified: 20140526175900970
|
||||||
tags: widget
|
tags: widget
|
||||||
title: TranscludeWidget
|
title: TranscludeWidget
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -14,9 +14,6 @@ The TranscludeWidget dynamically imports content from another tiddler.
|
|||||||
|tiddler |The title of the tiddler to transclude (defaults to the current tiddler) |
|
|tiddler |The title of the tiddler to transclude (defaults to the current tiddler) |
|
||||||
|field |The field name of the current tiddler (defaults to "text"; if present takes precedence over the index attribute) |
|
|field |The field name of the current tiddler (defaults to "text"; if present takes precedence over the index attribute) |
|
||||||
|index |The index of a property in a [[DataTiddler|DataTiddlers]] |
|
|index |The index of a property in a [[DataTiddler|DataTiddlers]] |
|
||||||
|class |CSS classes to added to the generated elements |
|
|
||||||
|style |CSS styles to be added to the generated elements |
|
|
||||||
|tooltip |Tooltip to be added to the generated elements |
|
|
||||||
|mode |Override the default parsing mode for the transcluded text to "block" or "inline" |
|
|mode |Override the default parsing mode for the transcluded text to "block" or "inline" |
|
||||||
|
|
||||||
The TranscludeWidget treats any contained content as a fallback if the target of the transclusion is not defined (ie a missing tiddler or a missing field).
|
The TranscludeWidget treats any contained content as a fallback if the target of the transclusion is not defined (ie a missing tiddler or a missing field).
|
||||||
|
Loading…
Reference in New Issue
Block a user