Lists of Items Examples

Bullet Lists (repeats)

{[list Children]}

  • My {[Relationship]} {[FullName]}

{[endlist]}

In Line Lists

My children {[list Children|punc: “1, 2 and 3”]}{[Relationship]} {[FullName]}{[endlist]}

My children {[list Children|punc: “1, 2, and 3”]}{[Relationship]} {[FullName]}{[endlist]}

My children {[list Children|punc: “1, 2”]}{[Relationship]} {[FullName]}{[endlist]}

My children {[list Children|punc: “1 and 2”]}{[Relationship]} {[FullName]}{[endlist]}

In-Line Lists with additional Formating

If you wanted to have a sentence that has () around the number then you would use _index to get the number.

{[list Children |punc:”1, 2, and 3″]}({[_index]}) {[Name]}{[endlist]}

The result would be (1) John, (2), Jane, and (3) Mark

If you want to have just the first person listed then it would look like this.

listvar[0].varname

{[Chidren[0].Name]}