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