mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Use .operator-example for all substitute operator examples (#7561)
This commit is contained in:
parent
d46aa4ba4d
commit
bc07fd731c
@ -19,14 +19,14 @@ This example uses the following variables:
|
|||||||
* name: <$codeblock code=<<name>>/>
|
* name: <$codeblock code=<<name>>/>
|
||||||
* address: <$codeblock code=<<address>>/>
|
* address: <$codeblock code=<<address>>/>
|
||||||
|
|
||||||
<<.inline-operator-example "[[Hi, I'm $(name)$ and I live in $(address)$]substitute[]]">>
|
<<.operator-example 2 "[[Hi, I'm $(name)$ and I live in $(address)$]substitute[]]">>
|
||||||
|
|
||||||
!Substitute variables and operator parameters
|
!Substitute variables and operator parameters
|
||||||
This example uses the following variable:
|
This example uses the following variable:
|
||||||
|
|
||||||
* time: <$codeblock code=<<time>>/>
|
* time: <$codeblock code=<<time>>/>
|
||||||
|
|
||||||
<<.inline-operator-example "[[Something in the $(time)$ at $2$ about $1$ ]substitute[Maths],[the Library]]">>
|
<<.operator-example 3 "[[Something in the $(time)$ at $2$ about $1$ ]substitute[Maths],[the Library]]">>
|
||||||
|
|
||||||
!Substitute a filter expression and a variable
|
!Substitute a filter expression and a variable
|
||||||
This example uses the following variables:
|
This example uses the following variables:
|
||||||
@ -34,4 +34,4 @@ This example uses the following variables:
|
|||||||
* field: <$codeblock code=<<field>>/>
|
* field: <$codeblock code=<<field>>/>
|
||||||
* sentence: <$codeblock code=<<sentence>>/>
|
* sentence: <$codeblock code=<<sentence>>/>
|
||||||
|
|
||||||
<<.inline-operator-example "[<sentence>substitute[]]">>
|
<<.operator-example 4 "[<sentence>substitute[]]">>
|
||||||
|
Loading…
Reference in New Issue
Block a user