mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
9e8d05f699
To ensure that custom filter operators cannot clash with future core operators.
20 lines
429 B
Plaintext
20 lines
429 B
Plaintext
title: CustomOperators/Parameterised
|
|
description: Parameterised custom operator usage
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
\whitespace trim
|
|
\function .multiplybysomething(first:ignored,factor:2)
|
|
[multiply[2]multiply<factor>]
|
|
\end
|
|
|
|
<$text text={{{ [[123].multiplybysomething[]] }}}/>
|
|
-
|
|
<$text text={{{ [[123].multiplybysomething[x],[4]] }}}/>
|
|
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>492-984</p> |