Substitution marker
|
Produces
|
---|---|
{#Interest:f2.3}
|
15.825 or 15,825 depending on the browser setting. Rounding is always away from zero.
|
{#Interest:f2.0}
|
15 for all respondents.
|
{#Cost:f2}
|
50870.00 or 50870,00 depending on the browser setting. The number of decimal places shown depends on the default for the locale. Decimal values are padded with zeroes to reach the required number of decimal places.
|
{#Cost:n}
|
50,870.00 for a respondent running a UK English browser, or 50 870,00 for a respondent in, say, France, where the decimal separator is a comma and the thousands separator is a dot.
|
Substitution marker
|
Produces
|
---|---|
{#Interest:c}
|
£15.8245 for a respondent running a UK English browser, $15.8245 for a respondent running a US English browser, or 15,8245€ for a respondent in, say, France, where the currency is euros and the decimal separator is a comma.
|
{#Cost:c0}
|
$26 or the equivalent for non US-English browsers.
|
{#Cost:c2}
|
$26.00 or the equivalent for non US-English browsers.
|
{#Interest:c2}
|
$15.83 or the equivalent for non US-English browsers (15,83€ for a French browser, for example).
|
Substitution marker
|
Produces
|
---|---|
{#Birth:d}
or
{#Birth:D}
|
A date in the format specified by the respondent's browser; for example, 04/09/1956 or 04 September 1956 in a UK English browser and 09/04/1956 or Tuesday, September 04, 1956 in a US English browser. If the year is omitted the current year is assumed.
|
{#Birth:t}
or
{#Birth:T}
|
A time in the format specified by the respondent's browser; for example, 14:10:00 or 2:10PM. If there is no time specified, midnight (00:00:00) is assumed.
|
{#Birth:f}
or
{#Birth:F}
|
A date and time in the format specified by the respondent's browser; for example, 04 September 1956 14:10:00 (or 2:10:00 PM) in a UK English browser or Tuesday, September 04, 1956 2:10 PM in a US English browser
|
Substitution marker
|
Action
|
Produces
|
---|---|---|
{Flavor:l}
(lowercase L)
|
Lowercase first letter of text
|
peach and Pineapple
|
{Flavor:L}
|
Lowercase the whole text
|
peach and pineapple
|
{OtherFlavor:u}
|
Uppercase first letter of text
|
Apricot and mango
|
{OtherFlavor:U}
|
Uppercase the whole text
|
APRICOT AND MANGO
|
{OtherFlavor:w}
|
Title case the first word (that is, uppercase first letter and lowercase all others)
|
Apricot and mango
|
{Flavor:W}
|
Title case all words
|
Peach And Pineapple
|