50 lines
1,008 B
Text
50 lines
1,008 B
Text
|
== Variables
|
||
|
|
||
|
[cols="1a,1a"]
|
||
|
|====
|
||
|
| Variable | Description
|
||
|
|
|
||
|
|
||
|
**var1** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `unique` `multiple` |
|
||
|
A suffix variable. +
|
||
|
**Examples**:
|
||
|
|
||
|
* val1
|
||
|
* val2
|
||
|
|====
|
||
|
|
||
|
=== dyn__val1__ or dyn__val2__
|
||
|
|
||
|
`basic`
|
||
|
|
||
|
This family builds families dynamically.
|
||
|
|
||
|
**Identifiers**: the value of the variable "var1".
|
||
|
|
||
|
[cols="1a,1a"]
|
||
|
|====
|
||
|
| Variable | Description
|
||
|
|
|
||
|
|
||
|
**dyn__val1__.var** +
|
||
|
**dyn__val2__.var** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
||
|
A dynamic variable.
|
||
|
|====
|
||
|
|
||
|
[cols="1a,1a"]
|
||
|
|====
|
||
|
| Variable | Description
|
||
|
|
|
||
|
|
||
|
**var2** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
||
|
A variable calculated. +
|
||
|
**Default**:
|
||
|
|
||
|
* the value of the variable "dyn__val1__.var"
|
||
|
* the value of the variable "dyn__val2__.var"
|
||
|
|====
|
||
|
|