mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
Merge pull request #1181 from tobibeer/patch-1
list core descriptions for ModuleType
This commit is contained in:
commit
1f545f06ad
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user