rougail-output-doc/tests/docs/base/20_0multi_family_order.adoc

60 lines
2.8 KiB
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.1'
variable: # a variable
family: # a family
variable1: # a first variable
subfamily: # a sub family
variable: # a variable
variable2: # a second variable
----
== Variables pour "rougail"
2024-07-10 21:27:48 +02:00
[cols="107a,107a",options="header"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**rougail.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
A variable.
2024-07-10 21:27:48 +02:00
|====
=== a family
`basic`
[cols="107a,107a",options="header"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**rougail.family.variable1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
A first variable.
2024-07-10 21:27:48 +02:00
|====
==== a sub family
`basic`
[cols="107a,107a",options="header"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**rougail.family.subfamily.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
A variable.
2024-07-10 21:27:48 +02:00
|====
[cols="107a,107a",options="header"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**rougail.family.variable2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
A second variable.
2024-07-10 21:27:48 +02:00
|====