Hi Folks,
i have cloned an tiddler.
but ths works not fine.
Title and tags are done
Content no
this is the code for this action
\define NeuerZyklus(Kennzeichen Sache Jahr)
<$button>''$Sache$''<br/>Jahr - ''$Jahr$''
<$action-createtiddler $basetitle="$Sache$ - $Jahr$"
tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Kennzeichen$-$Sache$ - Jahr}}
/>
</$button>
\end
<$vars ph="Geben Sie den Text für den Tiddler ein">
<tr><td>Sache:</td><td><$edit-text tiddler="$:/temp/Sache" tag=input
size=50 placeHolder=<<ph>> default="Sache"/></td></tr>
<tr><td>Kennzeichen:</td><td> <$edit-text tiddler="$:/temp/Kennzeichen"
tag=input size=50 placeHolder=<<ph>> default="Kennzeichen"/></td></tr>
<tr><td>Jahr:</td><td><$edit-text tiddler="$:/temp/Jahr" tag=input size=10
placeHolder=<<ph>> default="2020"/></td></tr>
</$vars>
<$macrocall $name=NeuerZyklus Kennzeichen={{$:/temp/Kennzeichen}}
Sache={{$:/temp/Sache}} Jahr={{$:/temp/Jahr}} />
How i can the content of the template in this tiddler?
Important: i'm using more then one template.
In this wiki it are three
one for gasonlinetab
one for sevices
one for insurances
thanks for help
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/13b87829-24a4-44d3-aa4c-3bb7c082bcb1n%40googlegroups.com.