mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
28 lines
534 B
Plaintext
28 lines
534 B
Plaintext
|
title: Macros/unusedtitle/basic-params-tiddlers-exist
|
||
|
description: test <<unusedtitle>> with basic macro parameters, where new-name tiddlers already exist
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: New Tiddler
|
||
|
|
||
|
+
|
||
|
title: anotherBase
|
||
|
|
||
|
+
|
||
|
title: About
|
||
|
|
||
|
+
|
||
|
title: Output
|
||
|
|
||
|
<<unusedtitle>>
|
||
|
|
||
|
<<unusedtitle separator:"-">>
|
||
|
|
||
|
<<unusedtitle baseName:"anotherBase">>
|
||
|
|
||
|
<<unusedtitle baseName:"About" separator:"-">>
|
||
|
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>New Tiddler 1</p><p>New Tiddler-1</p><p>anotherBase 1</p><p>About-1</p>
|