Create a list from lines.
This tag create a list of strings from the lines in the enclosed text. Lines are striped of whitespace.
The following two examples are equivalent:
<list dst="hobbits"><str>Sam</str><str>Bilbo</str><str>Frodo</str></list>
<lines dst="hobbits">SamBilboFrodo</lines>
<lines dst="hobbits">SamBilboFrodo</lines>
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
dst |
Destination | reference | No | ||
if |
Conditional expression | expression | No | yes |
|
value |
Value | expression | No | None |