| Field | used in: | Description |
| HOME | project file | Home directory of the project |
| $home | project file | Variable containing path to home directory of a project |
| TAGS | project file | path to tag file |
| TEMPLATE | project file | path to template that is used to parse the content |
| MENU | project file | path to menu file |
| MENUTEMPLATE | project file | path to menu template |
| $home | template | Variable containing path to home directory of a project |
| {TEMPLATE FILE=""} | template | path to sub template |
| {SCRIPTscript_id} | template | placeholder for a php script |
| $home | content file | Variable containing path to home directory of a project |
| {PROJECT} | content file | path to project file |
| {MENU} | content file | menu class of a content file |
| {SCRIPTscript_id} | content file | path to a php script |
| $home | menu file | Variable containing path to home directory of a project |
| MENU:NAME | menu file | name of a menu level |
| CLASS | menu file | menu class of a menu option |
| {NAME.PRE} | menu template | (optional) code preceding dynamic menu output |
| {NAME.NORMAL} | menu template | normal (inactive) menu option |
| {NAME.AKTIV} | menu template | active menu option |
| {NAME.PAST} | menu template | (optional) code after dynamic menu output |