2024-12-02 20:21:31 +01:00
|
|
|
[cols="1a,1a"]
|
|
|
|
|
|====
|
|
|
|
|
| Variable | Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**var** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `unique` `multiple` |
|
|
|
|
|
A suffix variable. +
|
|
|
|
|
**Examples**:
|
|
|
|
|
|
|
|
|
|
* val1
|
|
|
|
|
* val2
|
|
|
|
|
|====
|
|
|
|
|
|
2025-10-14 12:58:39 +02:00
|
|
|
== A dynamic family
|
2024-12-02 20:21:31 +01:00
|
|
|
|
|
|
|
|
|
2025-10-02 08:19:18 +02:00
|
|
|
**dyn__val1__** +
|
|
|
|
|
**dyn__val2__**
|
2024-12-02 20:21:31 +01:00
|
|
|
|
2025-11-10 14:01:45 +01:00
|
|
|
This family builds families dynamically.
|
|
|
|
|
|
2024-12-02 20:21:31 +01:00
|
|
|
`basic`
|
|
|
|
|
|
2025-10-29 10:46:57 +01:00
|
|
|
**Identifiers**: the value of the variable "var"
|
2025-10-02 08:19:18 +02:00
|
|
|
|
2025-10-14 12:58:39 +02:00
|
|
|
=== A leadership
|
2025-10-02 08:19:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
**dyn__val1__.leadership** +
|
|
|
|
|
**dyn__val2__.leadership**
|
|
|
|
|
|
2025-11-10 14:01:45 +01:00
|
|
|
This family contains lists of variable blocks.
|
|
|
|
|
|
2025-10-02 08:19:18 +02:00
|
|
|
`basic`
|
|
|
|
|
|
2024-12-02 20:21:31 +01:00
|
|
|
[cols="1a,1a"]
|
|
|
|
|
|====
|
|
|
|
|
| Variable | Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**dyn__val1__.leadership.leader** +
|
|
|
|
|
**dyn__val2__.leadership.leader** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` |
|
|
|
|
|
A leader.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**dyn__val1__.leadership.follower1** +
|
|
|
|
|
**dyn__val2__.leadership.follower1** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` |
|
|
|
|
|
A follower1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**dyn__val1__.leadership.follower2** +
|
|
|
|
|
**dyn__val2__.leadership.follower2** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` |
|
|
|
|
|
A follower2.
|
|
|
|
|
|====
|
|
|
|
|
|