Each of the following items describes a piece of information about this script's calling environment. If you supply a variable name for an item, or accept the recommended name, the information will automatically be provided under that name when the script is called.

Context
This is the object on which the script is being called, also known as the "acquisition parent" of the script. This may be the container, but varies according to the path through which the script is accessed.

Recommended value: context
">
Container
This is the &dtml-meta_type; "&dtml.missing.html_quote-title_or_id;", in which this script is located. This doesn't change unless you move the script. If the script is in a ZClass, the Container is the class instance.

Recommended value: container
">
Script
This is the script object "&dtml-title_or_id;" itself.

Recommended value: script
">
Namespace
When the script is called from DTML, this is the caller's DTML namespace, otherwise it is an empty namespace.

Recommended value: _ (underscore character)
">
Subpath
When the script is published directly from a URL, this is the portion of the URL path after the script's name, split at slash separators into a list of strings. Otherwise, it is an empty list.

Recommended value: traverse_subpath
">