mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-01 16:26:57 +00:00
Fix docs typos
This commit is contained in:
parent
95da1c2907
commit
870c7897ad
@ -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
|
||||
|
@ -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>'/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user