rougail-output-doc/tests/results/test_namespace/60_6family_dynamic_inside_empty.changelog.md

11 lines
8.8 KiB
Markdown
Raw Normal View History

2025-10-14 12:58:39 +02:00
# New variables
| Variable                                                                                                           | Description                                                                                                        |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **rougail.var**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | A suffix variable.<br/>**Examples**: <br/>- val1<br/>- val2 |
| **rougail.*val1*_dyn.var1**<br/>**rougail.*val2*_dyn.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is suffix.<br/>**Default**: the value of the identifier. |
| **rougail.*val1*_dyn.var2**<br/>**rougail.*val2*_dyn.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable.<br/>**Default**: the value of the variable "rougail.*val1*_dyn.var1"<br/>the value of the variable "rougail.*val2*_dyn.var1" |
| **rougail.*val1*_dyn.var3**<br/>**rougail.*val2*_dyn.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is relative first variable.<br/>**Default**: the value of the variable "rougail.*val1*_dyn.var1"<br/>the value of the variable "rougail.*val2*_dyn.var1" |
| **rougail.*val1*_dyn.var4**<br/>**rougail.*val2*_dyn.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.<br/>**Default**: the value of the variable "rougail.val1_dyn.var1". |