1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 16:23:15 +00:00

Merge pull request #1181 from tobibeer/patch-1

list core descriptions for ModuleType
This commit is contained in:
Jeremy Ruston 2014-12-02 15:30:49 +00:00
commit 1f545f06ad

View File

@ -4,8 +4,15 @@ tags: Concepts
title: ModuleType
type: text/vnd.tiddlywiki
The `module-type` field of a [[JavaScript module|Modules]] is a string that identifies the type of the module.
\define describe() {{$:/language/Docs/ModuleTypes/$(type)$}}
The module types used in this wiki are listed below.
The `module-type` field of a [[JavaScript module|Modules]] is a string that identifies the type of the module. Here is a list of the module types used in this wiki:
<<list-links "[moduletypes[]]">>
<dl>
<$list filter="[moduletypes[]]">
<dt>{{!!title}}</dt>
<$set name=type value=<<currentTiddler>>>
<dd><<describe>></dd>
</$set>
</$list>
</dl>