Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Word Template Reference v1

minLevel
Table of Contents
1
maxLevel3
outlinefalse
styledefault
typelist
printabletrue

...

stylenone

Loops

FOR and END-FOR

Loop over a group of elements (resulting from the evaluation of a JavaScript expression):

...

  • FOR and END-FOR command on empty rows.

  • The loop variable needs to be referenced with a $

Name

Last Name

{{FOR person IN persons}}

 

{{$person.name}}

{{$person.surname}}

{{END-FOR person}}

 

Conditions

IF and END-IF

Include contents conditionally (depending on the evaluation of a JavaScript expression):

...