Field: Difference between revisions

201 bytes added ,  12 December 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Stamp|2016-12-06|4.1.0|1.0.7}}
{{Stamp|2016-12-12|4.1.0|1.0.7}}


Fields are the primary elements of a library's structure. A field is a holder for a unit of data, or value. Every field has a [[Field Type|'''''type''''']], a [[Field Name|'''''name''''']], and a '''''hint'''''. Fields may also have advanced parameters or display options, depending on the type of the field.
Fields are the primary elements of a library's structure. A field is a holder for a unit of data, or value. Every field has a [[Field Type|'''''type''''']], a '''''name''''', and a '''''hint'''''. Fields may also have advanced parameters or display options, depending on the type of the field.


Field names are case-insensitive and may contain spaces.
Field names are case-insensitive and may contain spaces. In theory, any string of UTF-8 characters can make up a field name, though in practice, certain limitations may apply, such as using periods or at signs ('.' or '@') may be problematic when using Calculation fields.


Field hints will be displayed in the field during editing to prompt the user for what to type.
Field hints will be displayed in the field during editing to prompt the user for what to type.