20 lines
526 B
Text
20 lines
526 B
Text
|
== Variables
|
||
|
|
||
|
[cols="1a,1a"]
|
||
|
|====
|
||
|
| Variable | Description
|
||
|
|
|
||
|
|
||
|
**my_variable** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
||
|
My_variable. +
|
||
|
**Default**: val1
|
||
|
|
|
||
|
|
||
|
**my_calculated_variable** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
||
|
My_calculated_variable. +
|
||
|
**Default**: the value of the variable "my_variable".
|
||
|
|====
|
||
|
|