Documentation Center

Using variables

In your Adobe Dreamweaver Templates, enclose variables in double @ signs, for example @@VariableName@@, or surround variables with dollar sign and curly brackets, for example ${VariableName} to refer to the contents of the package. For example, @@Page.ID@@ refers to the URI of the Page item in the package.

The most frequently used variables are:

  • Page and Components in Page Templates
  • Component and ComponentTemplate in Component Templates

Typical properties to use are ID and Name (used in all variables except Components); Name (used in Page and in Component); and Schema (used in Component).