Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

flagname

behaviour

notes

/f qrcode(<size>)

Outputs the value of the Token as a QR Code.

Size must be an integer value which will be the width and height of the QR Code in Pixels. For example: {{ FIELD_NAME \f qrcode(200) }}

/f commaseparated

Specific to multi-value fields (i.e. postal addresses).

Will cause the multi-value field to be output with it's values separated by commas (default behaviour is each value on a new line) For example: {{ FIELD_NAME \f commaseparated }}

/f commaspaceseparated

Specific to multi-value fields (i.e. postal addresses).

Will cause the multi-value field to be output with it's values separated by commas and spaces (default behaviour is each value on a new line) For example: {{ FIELD_NAME \f commaspaceseparated }}

n.b. Formatting flags will ignore case and special characters at the beginning and at end. So all of the below are identical behaviour:

...