Parameter: |
Description: |
Default: |
"Variable" |
The name of the variable to be retrieved. If not specified, %VAR{...}% is expanded to null. |
required |
topic="Web.Topic" |
Specifies the topic in which the specified preferences vaiable is fetched. |
none |
topic="Topic" |
Same as above, but the web is specified specified explicitly with the web parameter or the current web is specified. |
none |
web="Web" |
Specifies the web in which the specified preferences variable is fetched. |
none |
default="Value" |
Specifies the value to be returned if the specified variable is undefined. |
"" (null string) |
ignorenull="on" |
If specified, a null string ("") value is regarded as undefined. This affects whether or not the value specified by the default parameter is returned. |
"off" |