created: 20130825213300000 modified: 20160610081054535 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 |!Reference |!Description | |`title` |TitleField |<> | |`text` |TextField |<> | |`modified` |ModifiedField |<> | |`modifier` |ModifierField |<> | |`created` |CreatedField |<> | |`creator` |CreatorField |<> | |`tags` |TagsField |<> | |`type` |TypeField |<> | |`list` |ListField |<> | |`caption` |CaptionField |<> | Other fields used by the core are: |!Field Name |!Reference |!Description | |`color` |ColorField |<> | |`description` |DescriptionField |<> | |`draft.of` |DraftOfField |<> | |`draft.title` |DraftTitleField |<> | |`footer` |FooterField |<> | |`library` |LibraryField |<> | |`name` |NameField |<> | |`plugin-priority` |PluginPriorityField |<> | |`plugin-type` |PluginTypeField |<> | |`source` |SourceField |<> | |`subtitle` |SubtitleField |<> | The TiddlyWebAdaptor uses a few more fields: |!Field Name |!Reference |!Description | |`bag` |BagField |<> | |`revision` |RevisionField |<> | See the ''Advanced > Tiddler Fields'' tab of the [[control panel|$:/ControlPanel]] {{$:/core/images/options-button}} for details of the fields used in this wiki.