created: 20130825213300000 modified: 20220109101407050 tags: Concepts title: TiddlerFields type: text/vnd.tiddlywiki \define lingo-base() $:/language/Docs/Fields/ ~TiddlerFields are name:value pairs that make up a [[tiddler|Tiddlers]]. Field names must be lowercase letters, digits or the characters `-` (dash), `_` (underscore) and `.` (period). The standard fields are: |!Field Name |!Description | |`title` |<> | |`text` |<> | |`modified` |<> | |`modifier` |<> | |`created` |<> | |`creator` |<> | |`tags` |<> | |`type` |<> | |`list` |<> -- see ListField | |`caption` |<> | Other fields used by the core are: |!Field Name |!Description | |`class` |<<.from-version "5.1.16">> <> | |`code-body` |<<.from-version "5.2.1">> <> | |`color` |<> | |`description` |<> | |`draft.of` |<> | |`draft.title` |<> | |`footer` |<> | |`hide-body`|<>| |`icon` |<> | |`library` |<> | |`list-after` |<> | |`list-before` |<> | |`name` |<> | |`plugin-priority` |<> | |`plugin-type` |<> | |`source` |<> | |`subtitle` |<> | |`throttle.refresh` |<> | |`toc-link`|<>| |`_canonical_uri`|<>| The TiddlyWebAdaptor uses a few more fields: |!Field Name |!Description | |`bag` |<> | |`revision` |<> | |`_is_skinny` |<> | Details of the fields used in this ~TiddlyWiki are shown in the [[control panel|$:/ControlPanel]] {{$:/core/ui/Buttons/control-panel}} under the <<.controlpanel-tab Info>> tab >> <<.info-tab Advanced>> sub-tab >> Tiddler Fields