rougail-output-doc/tests/results/test/20_9family_absolute.adoc

82 lines
1.9 KiB
Text
Raw Normal View History

2025-01-04 11:52:37 +01:00
[cols="1a,1a"]
|====
| Variable | Description
| **var1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | First variable.
2025-01-04 11:52:37 +01:00
|====
2025-10-14 12:58:39 +02:00
== A family
2025-01-04 11:52:37 +01:00
====
**🛈 Informations**
2025-10-02 08:19:18 +02:00
**family** +
2025-01-04 11:52:37 +01:00
`basic`
====
2025-01-04 11:52:37 +01:00
[cols="1a,1a"]
|====
| Variable | Description
| **family.var2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A second variable. +
2025-01-04 11:52:37 +01:00
**Example**: string6
|====
2025-10-14 12:58:39 +02:00
=== A sub family
2025-01-04 11:52:37 +01:00
====
**🛈 Informations**
2025-10-02 08:19:18 +02:00
**family.subfamily** +
2025-01-04 11:52:37 +01:00
`standard`
====
2025-01-04 11:52:37 +01:00
[cols="1a,1a"]
|====
| Variable | Description
| **family.subfamily.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | Third variable. +
2025-01-04 11:52:37 +01:00
**Default**:
2025-10-14 12:58:39 +02:00
* the value of the variable "var1"
* the value of the variable "family.var2"
2025-01-04 11:52:37 +01:00
|====
2025-10-14 12:58:39 +02:00
== A family
2025-01-04 11:52:37 +01:00
====
**🛈 Informations**
2025-10-02 08:19:18 +02:00
**family2** +
2025-01-04 11:52:37 +01:00
`standard`
====
2025-01-04 11:52:37 +01:00
[cols="1a,1a"]
|====
| Variable | Description
| **family2.var2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable2. +
2025-10-29 10:46:57 +01:00
**Default**: the value of the variable "family.var2"
| **family2.var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | **Default**: string4 +
2025-01-04 11:52:37 +01:00
**Example**: string5
|====
2025-10-14 12:58:39 +02:00
=== A sub family
2025-01-04 11:52:37 +01:00
====
**🛈 Informations**
2025-10-02 08:19:18 +02:00
**family2.subfamily** +
2025-01-04 11:52:37 +01:00
`standard`
====
2025-01-04 11:52:37 +01:00
[cols="1a,1a"]
|====
| Variable | Description
| **family2.subfamily.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | Fourth variable. +
2025-01-04 11:52:37 +01:00
**Default**:
2025-10-14 12:58:39 +02:00
* the value of the variable "var1"
* the value of the variable "family.var2"
* the value of the variable "family2.var3"
2025-01-04 11:52:37 +01:00
|====