Fix docs typos

This commit is contained in:
jeremy@jermolene.com 2021-10-30 15:28:54 +01:00
parent 95da1c2907
commit 870c7897ad
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ The ''action-sendmessage'' widget is invisible. Any content within it is ignored
|$name |Optional name of additional parameter |
|$value |Value for optional parameter whose name is specified in `$name` |
|$names |<<.from-version "5.2.1">> Optional filter evaluating to a list of additional parameter names |
|$values |<<.from-version "5.2.1">> Optional filter evaluating to a list of parameter values corresponding to the parameters names specified in `$names` |
|$values |<<.from-version "5.2.1">> Optional filter evaluating to a list of parameter values corresponding to the parameters names specified in `$names` |
|//{any attributes not starting with $}// |Multiple additional, optional named parameters that are attached to the message |
! Examples

View File

@ -26,6 +26,6 @@ Here is an example of button that uses the data in [[Days of the Week]] to assig
<$macrocall $name='wikitext-example-without-html'
src='<$button>
<$action-setmultiplefields $tiddler="HelloThere" $fields="[list[Days of the Week]addprefix[day-]]" $values="[list[Days of the Week]]">>/>
<$action-setmultiplefields $tiddler="HelloThere" $fields="[list[Days of the Week]addprefix[day-]]" $values="[list[Days of the Week]]"/>
Click me!
</$button>'/>