From f4fe254038dda7edac83d9a83a9fed302c27e5fe Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 16 Mar 2019 13:25:34 +0000 Subject: [PATCH] Clarify help for render command The ordering of the bullet lists didn't match the order of the parameters --- core/language/en-GB/Help/render.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/language/en-GB/Help/render.tid b/core/language/en-GB/Help/render.tid index 9318b5cfa..2b7b168c9 100644 --- a/core/language/en-GB/Help/render.tid +++ b/core/language/en-GB/Help/render.tid @@ -13,8 +13,8 @@ A name and value for an additional variable may optionally also be specified. * ''tiddler-filter'': A filter identifying the tiddler(s) to be rendered * ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]addsuffix[.html]]`, which uses the unchanged tiddler title as the filename -* ''template'': Optional template through which each tiddler is rendered * ''render-type'': Optional render type: `text/html` (the default) returns the full HTML text and `text/plain` just returns the text content (ie it ignores HTML tags and other unprintable material) +* ''template'': Optional template through which each tiddler is rendered * ''name'': Name of optional variable * ''value'': Value of optional variable