name requiredThe variable name. It is trimmed, so leading and trailing spaces are ignored. An empty name makes the whole expression print nothing. Use the same name in the matching define and var calls. Names are case sensitive.
expression optionalThe value to store under name. Present it only to define and print in one step; this also stores the value so a later var:name can reuse it. It is NOT trimmed, so leading and trailing spaces are kept. It is stored verbatim as the value - it is not a parameterized template, the older arg1:arg2 syntax was never implemented. Omit this parameter to read a value already defined elsewhere on the page.
{var:greeting:Hello}
{define:city:Praha}{var:city}
{var:total:{count:a-b-c}} items, then {var:total}
[{var:missing}]
{var:account:67230011/0100}
{var:label:Stav#: OK}