I'm trying to create a button that will create a book log tiddler:
<$button>
''Book''
<$action-sendmessage
$message="tm-new-tiddler"
$template="Template:Book"
title="Book title" tags="Scrap [[book]]"/>
</$button>
Everything works, except for the template. I'm 100% sure that I have a tiddler named Template:Book, but it isn't being transcluded. Am I doing something wrong?