mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
24 lines
495 B
Plaintext
24 lines
495 B
Plaintext
|
title: Functions/FunctionAttributes
|
||
|
description: Attributes specified as function invocations
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
\function .dividebysomething(factor:0.5)
|
||
|
[divide<factor>]
|
||
|
\end
|
||
|
|
||
|
\function multiplebysomething(first:ignored,factor:2)
|
||
|
[<factor>multiply[2].dividebysomething[0.25]]
|
||
|
\end
|
||
|
|
||
|
<$text text=<<multiplebysomething>>/>
|
||
|
|
|
||
|
<$text text=<<multiplebysomething "nothing" "4">>/>
|
||
|
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>16|32</p>
|