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

53 lines
903 B
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
---
version: 1.1
var: # a variable
- a
----
== dictionaries/extra/00-base.yml
[,yaml]
----
---
version: 1.1
dyn_{{ identifier }}:
dynamic:
variable: rougail.var
var:
----
== Variables for "Rougail"
[cols="1a,1a"]
|====
| Variable | Description
|
**rougail.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
A variable. +
**Default**: a
|====
== Variables for "extra"
=== extra.dyn___a__
`basic`
This family builds families dynamically.
**Identifiers**: the value of the variable "rougail.var".
[cols="1a,1a"]
|====
| Variable | Description
|
**extra.dyn___a__.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
Var.
|====