2014-12-28 09:53:58 +00:00
|
|
|
created: 20141228094500000
|
2022-05-23 08:14:02 +00:00
|
|
|
modified: 20220427171020974
|
2014-12-28 09:53:58 +00:00
|
|
|
tags: Concepts
|
|
|
|
title: DictionaryTiddlers
|
2022-05-23 08:14:02 +00:00
|
|
|
type: text/vnd.tiddlywiki
|
2014-12-28 09:53:58 +00:00
|
|
|
|
2022-05-23 08:14:02 +00:00
|
|
|
A dictionary tiddler is a kind of [[data tiddler|DataTiddlers]] that contains a simple list of `name: value` pairs.
|
2014-12-28 09:53:58 +00:00
|
|
|
|
|
|
|
Its [[ContentType]] is `application/x-tiddler-dictionary`.
|
|
|
|
|
|
|
|
The `text` field consists of one or more lines of the form <code>//name//: //value//</code>.
|
|
|
|
|
|
|
|
[[ColourPalettes]], such as the [[default Vanilla palette|$:/palettes/Vanilla]], are dictionary tiddlers.
|