25 lines
697 B
Text
25 lines
697 B
Text
== Variables
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
|
|
**condition** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
|
A condition. +
|
|
**Default**: no
|
|
|
|
|
|
|
**var1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__hidden__` |
|
|
A first variable. +
|
|
**Hidden**: calculation from an unknown variable.
|
|
|
|
|
|
|
**var2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__hidden__` |
|
|
A second variable. +
|
|
**Hidden**: calculation from an condition variable.
|
|
|====
|
|
|