29 lines
704 B
Text
29 lines
704 B
Text
|
|
== New variables
|
||
|
|
|
||
|
|
[cols="1a,1a"]
|
||
|
|
|====
|
||
|
|
| Variable | Description
|
||
|
|
|
|
||
|
|
|
||
|
|
**rougail.var** +
|
||
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `unique` `multiple` |
|
||
|
|
A suffix variable. +
|
||
|
|
**Examples**:
|
||
|
|
|
||
|
|
* val1
|
||
|
|
* val2
|
||
|
|
|
|
||
|
|
|
||
|
|
**rougail.var2** +
|
||
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
||
|
|
A second variable.
|
||
|
|
|
|
||
|
|
|
||
|
|
**rougail.dyn__val1__.vardyn** +
|
||
|
|
**rougail.dyn__val2__.vardyn** +
|
||
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
||
|
|
A dynamic variable. +
|
||
|
|
**Default**: val
|
||
|
|
|====
|
||
|
|
|