rougail-output-doc/tests/docs/base/60_9extra_dynamic.adoc

55 lines
1.7 KiB
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/00-base.yml
[,yaml]
----
version: 1.1
var: # a variable
- a
----
== dictionaries/extra/00-base.yml
[,yaml]
----
version: 1.1
dyn_{{ identifier }}:
2024-07-10 21:27:48 +02:00
dynamic:
variable: rougail.var
var:
----
== Variables pour "rougail"
2024-07-10 21:27:48 +02:00
[cols="130a,130a",options="header"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**rougail.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
2024-07-10 21:27:48 +02:00
A variable. +
**Défaut**:
2024-07-10 21:27:48 +02:00
* a
2024-07-10 21:27:48 +02:00
|====
== Variables pour "extra"
2024-07-10 21:27:48 +02:00
=== "dyn__a_"
`basic`
This family builds families dynamically.
**Identifiers**: la valeur de la variable "rougail.var".
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
|
**extra.dyn_a.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
Var.
2024-07-10 21:27:48 +02:00
|====