Template Reference
This page and the Template Reference section lists fields and their {{ placeholders }}
you can use in a template to merge information.
Table Reference
Different forms start from different tables, which would dictate their default prefix when identifying a placeholder in a template.
Form | Table Context |
---|---|
Bidder Statement | Bidder |
Bidder Mailing Labels | Bidder |
Catalog | (special) |
Certificates | Item |
Display Pages | Item |
Donor Receipts | Donor |
Donor Mailing Labels | Donor |
Property Examples
Different expressions are influenced by properties. See below for properties and examples in the following format:
Property (and value) Example
- Purpose of the property and, if applicable, its assigned value.
{{ Placeholder Example }}
Collapse
- If the expression is null then remove the containing paragraph if it is also empty
{{ AdditionalBidders # Collapse }}
Height
- Set the height of an image
Left
- (Applies to images) Distance to left edge of the image
{{ Image:Logo # Left=16 }}
Margins
MarginLeft, MarginRight, MarginTop, and MarginBottom
- (Applies to images) Margin around the image.
NoCents
- Display currency values without the cents portion, e.g.: $23 instead of $23.00.
{{ Value # NoCents }}
NoZero
- If an expression evaluates to 0 then don't display anything.
{{ Taxable # NoZero }}
TimestampFormat
- Format string for how timestamps are generated. See custom date and time format strings for the full set of options allowed.
{{ CreatedAt # TimestampFormat=dd-MMM }}
Top
- (Applies to images) sets the distance to top of the image.
{{ Image:Logo # Top=16 }}
Width
- Set the width of an image.
Last reviewed: May 2023