Clarify help for render command

The ordering of the bullet lists didn't match the order of the parameters
wikitext-via-macros
Jermolene 2019-03-16 13:25:34 +00:00
rodzic 9f630b5829
commit f4fe254038
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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