1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/ModuleType.tid

19 lines
488 B
Plaintext
Raw Normal View History

2013-11-29 17:20:10 +00:00
created: 20131129162847412
modified: 20150917193804197
tags: Modules
2013-11-29 17:20:10 +00:00
title: ModuleType
type: text/vnd.tiddlywiki
\define describe() {{$:/language/Docs/ModuleTypes/$(type)$}}
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:
<dl>
<$list filter="[moduletypes[]]">
<dt>{{!!title}}</dt>
<$set name=type value=<<currentTiddler>>>
<dd><<describe>></dd>
</$set>
</$list>
</dl>