Directive | Value | Default | Usage |
condition | comma-separated strings | absent | Set the conditions under which the page will be included. If the conditions are not met (using a set of -C arguments which match the conditions of the page), the page will not be included. If the condition directive is specified but an empty list list is given, the page will never be included. |
default | no value | absent | Makes the page to be the default page shown when the help site is opened. |
genchildlist | no value | absent | This has an effect on info.txt files and makes the folder's contents to be appended with a generated list of the folder's contents (similar to if an info.txt wasn't present). |
icon | an icon image | template specific | Sets the icon image for the page. By default a template-specific icon is used. Note that this has only an effect on page nodes, not folders. |
import | a path | absent | Imports a content tree from the given path. The path must be either an absolute path or relative to the location from where quhelp is executed. |
opened | no value | absent | This has an effect on info.txt files and makes the folder they represent to appear opened (by default folders appear closed). |
weight | numeric value | 100000 | The node's weight affect the order that the node will appear inside its parent. If two nodes have the same weight, they are sorted alphabetically based on their title. |