mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
title: $:/snippets/modules
|
|
|
|
\define describeModuleType(type)
|
|
{{$:/docs/moduletypes/$type$}}
|
|
\end
|
|
<$list filter="[moduletypes[]]">
|
|
!! <<listItem>>
|
|
<$macrocall $name="describeModuleType" type=<<listItem>>/>
|
|
<ul><$list filter="[is[current]modules[]]"><li><$link><<currentTiddler>></$link>
|
|
</li>
|
|
</$list>
|
|
</ul>
|
|
</$list>
|