string FieldName
Label for the fieldstring FieldValue
Value for the fieldExtraDataFieldTypeInfo
String, image, url. How the value should be interpreted.Culture
To ensure that values in thevalue field are correctly displayed according to the user’s culture setup, we have a little system for making this work correctly. You just wrap the values in [] brackets with a format specifier, like this:
This means that you can show several values in a field, like this:
- “Between [D:12/01/2012] and [D:12/25/2012] it is a [F:99.5]% chance of meeting a Santa Clause.”
- “Should be used in temperatures between [F:-30.0]°C and [F:50.0] °C.”
- “Between 01.12.2012 and 25.12.2012 it is a 99,5% chance of meeting a Santa Clause.”
- “Should be used in temperatures between 30,0°C and 50,0 °C.”