diff --git a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid index 28209cc28..65527f639 100644 --- a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid @@ -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).