1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-23 15:36:52 +00:00

Fix obsolete transclude widget docs

This commit is contained in:
Jermolene 2014-05-26 18:01:53 +01:00
parent f44f2b33ed
commit 6436dc22a7

View File

@ -1,5 +1,5 @@
created: 20130824142500000
modified: 20140212175900970
modified: 20140526175900970
tags: widget
title: TranscludeWidget
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) |
|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]] |
|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" |
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).