From aaf0bffb39f99b5b9f82ff06a32643be61ff9841 Mon Sep 17 00:00:00 2001 From: btheado Date: Tue, 1 Aug 2023 02:56:45 -0400 Subject: [PATCH] Transclude the widget attribute subtiddlers (#7654) * Use 'translink' macro on widget attribute 'subtiddlers' to make it browsable by scrolling * Avoid the styling of the translink macro by directly transcluding --------- Co-authored-by: btheado --- editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid b/editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid index 4703c0265..02b3a540e 100644 --- a/editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid +++ b/editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid @@ -1,10 +1,10 @@ created: 20230615045526689 -modified: 20230615060059476 +modified: 20230731210638956 tags: WikiText title: Widget Attributes type: text/vnd.tiddlywiki -Attributes of HTML elements and widgets can be specified in several different ways: +Attributes of [[HTML elements|HTML in WikiText]] and widgets can be specified in several different ways: * [[a literal string|Literal Attribute Values]] * [[a transclusion of a textReference|Transcluded Attribute Values]] @@ -19,3 +19,8 @@ Attributes of HTML elements and widgets can be specified in several different wa |filtered |triple curly braces around a filter expression| |substituted|single or triple backticks around the text to be processed for substitutions| + +<$list filter="[[Literal Attribute Values]] [[Transcluded Attribute Values]] [[Variable Attribute Values]] [[Filtered Attribute Values]] [[Substituted Attribute Values]]"> +<$link>

<$text text=<>/>

+<$transclude mode="block"/> +