help text tiddlers translated to de-DE

This commit is contained in:
Mario Pietsch
2014-02-26 21:14:35 +01:00
parent 9ce79b0795
commit 6b4ec343a7
12 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
title: $:/language/Help/default
\define commandTitle()
$:/language/Help/$(command)$
\end
```
Verwendung: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
Verfügbare Befehle:
<ul>
<$list filter="[commands[]sort[title]]" variable="command">
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>: <$transclude tiddler=<<commandTitle>> field="description"/></li>
</$list>
</ul>
Detailierte Informationen zu den Befehlen:
```
tiddlywiki --help <command>
```