With the exception of Publishing Tasks - Automation, these variables can be used everywhere in your project where variables are supported, including topics, headers, links, the TOC, scripts, macros and all HTML templates. See Using Variables for details.
All the date and time variables use the corresponding date and time formats set in the Windows configuration on the computer on which you are running Help & Manual.
Variable |
Content and/or function of the variable |
|---|---|
<%AUTHOR%> |
The name of the author of the help defined in Project Explorer > Configuration > Common Properties > Title & Copyright. |
<%COPYRIGHT%> |
The copyright statement defined in Project Explorer > Configuration > Common Properties > Title & Copyright. |
<%DATE%> |
The current date in short format. |
<%DATELONG%> |
The current date in long format. |
<%HMFIGURECOUNTER%> |
Counter variables for figures and variables. Unlike user-defined counter variables, these variables can be referenced to create references like "See Fig. X". |
<%MONTHNAME%> |
The current month in long format (i.e. February, not Feb or 2) |
<%NOW%> |
The current date and time. |
<%OUTPUTFILEDIR%> |
The absolute Windows-style output path of the current build, without a trailing backslash. |
<%OUTPUTFILENAME%> |
Name of the output file for the current build, without path or other information. For example, if you are publishing to CHM it will be the name of the CHM file, if you are publishing to HTML it will be the name of the main HTML file (normally index.html unless you change it), and so on. |
<%OUTPUTFILEPATH%> |
The absolute Windows-style output path of the current build, including a trailing backslash. |
<%SELF%> |
The name of the current project file without path or extension. |
<%SELFFULLNAME%> |
The name of the current project file including the file extension and the full path to the project directory, as displayed in the Help & Manual title bar. This can be useful for documenting which project version you have used to generate your documentation. |
<%SUMMARY%> |
The Summary text for the project defined in Project Explorer > Configuration > Common Properties > Title & Copyright. |
<%TARGETTITLE%> |
This is a special variable that can only be used in the captions of topic hyperlinks. When used there it will automatically insert the current title of the target topic of the link as the caption when you publish your project. See Inserting topic links for details. |
<%TIME%> |
The current time in short format. |
<%TIMELONG%> |
The current time in long format. |
<%TITLE%> |
The title of the help project defined in Project Explorer > Configuration > Common Properties > Title & Copyright. |
<%TOPICHELPCONTEXT%> |
Help context number(s) assigned to the current topic |
<%TOPICLASTEDITED%> |
The date when the topic containing the variable was last edited in short format. |
<%TOPICLASTEDITEDTIME%> |
The time when the topic containing the variable was last edited. |
<%TOPICLASTEDITEDUSER%> |
Name of the user who last edited the current topic. |
<%TOPICMETA:NAME%> |
Special variable for use in topics only. Inserts the values of meta tags added to the XML source of topic files. Currently only relevant for Sandcastle import, where Help & Manual inserts a meta tag with hash value to check whether existing sandcastle topics have been changed or not. (Have a look at the XML source of imported Sandcastle topics to see this.) However, it will also work on your own meta tags if you add them to the XML yourself. Usage: Replace "NAME" with the name of the XML meta tag you want to reference. |
<%TOPICSTATUS%> |
Status of the current topic. |
<%VERSION%> |
An automatically-generated combination of the Major, Minor and Build version variables, with dots between the versions. For example, if Major=3, Minor=25 and Build=329 then <%VERSION%> will be 3.25.329. |
<%VERSION_BUILD%> |
The Build Version text for the project defined in Project Explorer > Configuration > Common Properties > Title & Copyright. |
<%VERSION_MAJOR%> |
The Major Version text for the project defined in Project Explorer > Configuration > Common Properties > Title & Copyright. |
<%VERSION_MINOR%> |
The Minor Version text for the project defined in Project Explorer > Configuration > Common Properties > Title & Copyright. |
<%YEAR%> |
The current year in 4-digit format. |
See also: