Document! X and HelpStudio 2017
In This Topic
    Booklet Documentation
    In This Topic
    Metadata Elements
    Metadata ElementDescription
    Outputs the Booklet title.
    Outputs the name of the current Project Profile.
    Outputs the numeric identifier of the encoding codepage defined in the project.
    Add this to a base page type to create a section that can be populated in a derived page type.
    Outputs carriage return and line feed characters.
    Outputs the current filename excluding the file extension.
    Outputs the content of any custom HEAD tag content, as well as Google Analytics script (if enabled)
    Outputs the file name (including extension) of the default Topic.
    Outputs any content between the start and end DXMETADATA markers at design time, otherwise returns nothing.
    Outputs the entry level for the current item.
    Outputs the entry number for the current item.
    Outputs the "{{__EntryNumber__}}" literal at build time, nothing at design time.
    Outputs the title of the current item.
    Outputs the filename for the current item.
    Generates output based on a set of child items (of the Item Type identified by the Namespace parameter). The output generated for each item is formatted using the parsed value of a Scrap named {Scrap}_BODY. The complete output is then prefixed with the parsed value of a Scrap named {Scrap}_HEADER and suffixed with the parsed value of a Scrap named {Scrap}_FOOTER. No output is generated if no child items are found.
    Outputs the current date in General Date format.
    Outputs either the title or a link to the target Topic depending on whether the "Replace links to Topics that are included in this Booklet" link replacement is enabled in the Booklet Profile
    Outputs the Project Title.
    Outputs True if the current item is new.
    Outputs "True" if the named Template File Feature is enabled or nothing if it is disabled
    Outputs the name of the current item.
    Outputs the fully qualified name of the current item. The fully qualified name uniquely identifies the current item.
    Outputs the qualified name of the current item, with any reserved script characters encoded so the value can be used directly in script.
    Outputs the title of the current item.
    Outputs the type of the current item (e.g. "Namespace", "Class" etc.).
    Outputs an html anchor element for the current item.
    Outputs the caption for the current link.
    Outputs the entry number for the item that contains the current link.
    Outputs the target of the current link, with any reserved script characters encoded so the value can be used directly in script.
    Outputs the target Url for the current link.
    Outputs the content of the value parameter. This element can be used in combination with conditions to include/exclude static content according to particular conditions.
    Outputs a string identifying the encoding defined in the project (e.g. "0x432 English (United States)").
    Outputs an <img> tag for the projects logo image.
    Outputs the current date in Long Date format.
    Outputs the current time in Long Time format.
    Outputs <!-- saved from url= --> tag using the URL defined in the Build Profile.
    Outputs an Html META element defining the charset to use according to the encoding settings defined in the project.
    Outputs the name of the current item.
    Outputs the file extension defined in the project (defaults to .html).
    Outputs the height (in pixels) of the page content at 96 DPI.
    Outputs the width (in pixels) of the page content at 96 DPI.
    Outputs the name of the parent item for the current item.
    Outputs the fully qualified name of the parent of the current item.
    Outputs a phrase from the Template phrase table according to the current phrase language.
    Outputs the current Phrase language.
    Outputs the Id of the current Project.
    Outputs the Project Title. The Project Title is defined in the BuildProfileTerm Editor.
    Outputs the filename for the current item, relative to the project file. Use RelativeUrlFileName if you are using this value as a link target rather than a local path and filename, as it replaces \ with /.
    Outputs the filename for the current item, relative to the project file. Any \ characters in the path will be replaced with / so that the value is usable as a relative url.
    Outputs the value of a Scrap defined in the current Template.
    Outputs a <script> element for each script file.
    Outputs the current date in Short Date format.
    Outputs the name of the current item.
    Outputs the current time in Short Time format.
    Outputs a <link> element for each stylesheet.
    Outputs the name of the current item type - e.g. Class, Namespace etc.
    Outputs the value of a Project or Template property.
    Outputs a string that represents the current output encoding, suitable for including in an Xml file encoding attribute, e.g. "utf-8"
    Outputs the current year.