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