thats is what i don
\define Benztab(Jahr)
<caption>Benzin $Jahr$</caption>
<thead align=left>
<tr>
<th>Datum</th>
<th colspan=2>km</th>
<th colspan=2>Liter</th>
<th colspan=2>Preis</th>
</tr>
<tr>
<th></th>
<th>Stand </th>
<th>gefahren </th>
<th>getankt </th>
<th>je 100 km </th>
<th>gesamt </th>
<th>je Liter </th>
</tr>
</thead>
\end
\define Benzkauf(Datum kmstand kmgefahren Litergetankt Literje100km
Preisgesamt PreisjeLiter)
<tr align=right>
<td>$Datum$</td>
<td>$kmstand$</td>
<td>$kmgefahren$</td>
<td>$Litergetankt$</td>
<td>$Literje100km$</td>
<td>$Preisgesamt$ €</td>
<td>$PreisjeLiter$ €</td>
</tr>
\end
<table>
<<Benztab "2019">>
<<Benzkauf "12.12.2019" "10551" "594" "34,28" "5,77" "45,87" "1,338">>
<<Benzkauf "07.11.2019" "9957" 692" "35,40" "5,11" "47,37" "1,338">>
</table>
PS: I'm using for this Wiki the version 5.19
thanks
>
>
--
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/0b254135-a692-435f-a76a-2200e88cdcf0%40googlegroups.com.