54 lines
1.2 KiB
Text
54 lines
1.2 KiB
Text
|
== Variables
|
||
|
|
||
|
[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
|
||
|
|====
|
||
|
|
||
|
=== a dynamic family
|
||
|
|
||
|
`basic`
|
||
|
|
||
|
This family builds families dynamically.
|
||
|
|
||
|
**Identifiers**: the value of the variable "var".
|
||
|
|
||
|
==== a leadership
|
||
|
|
||
|
`basic`
|
||
|
|
||
|
This family contains lists of variable blocks.
|
||
|
|
||
|
[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.
|
||
|
|====
|
||
|
|