Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Word Template Reference v1

indent
Table of Contents
minLevel1
maxLevel3
include
outlinefalse
stylenoneexclude
typelist
class
printabletrue

...

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):

...