Changes between Version 5 and Version 6 of uste/ParserSyntax


Ignore:
Timestamp:
02/04/13 15:28:49 (11 years ago)
Author:
ph3-der-loewe
Comment:

+ code parameter in @@@include@@@

Legend:

Unmodified
Added
Removed
Modified
  • uste/ParserSyntax

    v5 v6  
    170170===== Syntax: ===== 
    171171{{{ 
    172 @@@include [rootvar $rootvar]: $file@@@ 
     172@@@include [rootvar $rootvar] [code $code]: $file@@@ 
    173173}}} 
    174174===== Description: ===== 
     
    176176===== Parameters: ===== 
    177177* ''$rootvar'': This is the new rootvar for the included file. The rootvar is a kv containing all the visible variables. 
     178* ''$code'': This is the code processing mode. Must be "document" (default) or "uste". See ''Introduction'' for more information. 
    178179* ''$file'': The filename of the file to include. This is opened using DSTR. 
    179180