From f0b4f3b2eee42aa9262d498ef285dd76c7a9d8af Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 6 Sep 2023 12:32:33 +0100 Subject: [PATCH] WIP --- .../tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid b/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid index 4c25bfae0..b567ec727 100644 --- a/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid +++ b/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid @@ -28,4 +28,8 @@ src='\procedure test(animal) <> '/> +Within an "if" or "elseif" block, the variable `condition` contains the value of the first result of evaluating the filter condition. + Note that widgets and HTML elements must be within a single conditional block; it is not possible to start an element in one conditional block and end it in another. + +Note that the conditional shortcut syntax cannot contain pragmas such as procedure definitions.