rougail-output-doc/tests/results/test/60_5family_dynamic_variable_outside_suffix.adoc

47 lines
1,010 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` |
A variable inside dynamic family. +
**Default**: the value of the identifier.
|====
[cols="1a,1a"]
|====
| Variable | Description
|
**var2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
A variable. +
**Default**: the value of the variable "dyn_val1.var".
|====