57 lines
4 KiB
Markdown
57 lines
4 KiB
Markdown
| Variable | Description |
|
|
|---------------------------------------------------------------------------------------------------------------------|-----------------|
|
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable. |
|
|
|
|
<details><summary>A family</summary>
|
|
|
|
>>> [!note] Informations
|
|
**family**<br>`basic`
|
|
|
|
|
|
>>>
|
|
| Variable | Description |
|
|
|----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|
|
|
| **family.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A second variable.<br/>**Example**: string6 |
|
|
|
|
<details><summary>A sub family</summary>
|
|
|
|
>>> [!note] Informations
|
|
**family.subfamily**<br>`standard`
|
|
|
|
|
|
>>>
|
|
| Variable | Description |
|
|
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
|
|
| **family.subfamily.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | Third variable.<br/>**Default**: <br/>- the value of the variable "var1"<br/>- the value of the variable "family.var2" |
|
|
|
|
</details>
|
|
|
|
</details>
|
|
|
|
<details><summary>A family</summary>
|
|
|
|
>>> [!note] Informations
|
|
**family2**<br>`standard`
|
|
|
|
|
|
>>>
|
|
| Variable | Description |
|
|
|--------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
|
|
| **family2.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable2.<br/>**Default**: the value of the variable "family.var2". |
|
|
| **family2.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | **Default**: string4<br/>**Example**: string5 |
|
|
|
|
<details><summary>A sub family</summary>
|
|
|
|
>>> [!note] Informations
|
|
**family2.subfamily**<br>`standard`
|
|
|
|
|
|
>>>
|
|
| Variable | Description |
|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| **family2.subfamily.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | Fourth variable.<br/>**Default**: <br/>- the value of the variable "var1"<br/>- the value of the variable "family.var2"<br/>- the value of the variable "family2.var3" |
|
|
|
|
</details>
|
|
|
|
</details>
|
|
|