15.3 Scripting Modules ↑
15.3.4 Template Module Parameters
A Template command may have an action of ‘webroot’, ‘open’ or ‘generate’.
Webroot
A ‘webroot’ action causes the value column to be used as a path to the top level of a website to be generated. Template variables of ‘relative’ will then be replaced with a series of ‘../’ strings taking a file reference back to the top of the website.
Open
The file pointed to by the path in the value column will be opened as a Template file.
Generate
The previously opened Template file will be processed according to the rules of Merge Templates, generating one or more output files.
Next: Output Module Parameters