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

77 lines
1.3 KiB
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/00-base.yml
[,yaml]
----
---
2024-07-10 21:27:48 +02:00
general:
description: général
varname:
type: string
description: No change
multi: true
default:
- a
version: '1.0'
----
== dictionaries/extra/00-base.yml
[,yaml]
----
---
2024-07-10 21:27:48 +02:00
version: '1.1'
var: # a varaible
- a
dyn_{{ identifier }}:
2024-07-10 21:27:48 +02:00
dynamic:
variable: _.var
var:
----
2024-11-15 08:13:45 +01:00
== Variables for "Rougail"
2024-07-10 21:27:48 +02:00
=== général
`standard`
[cols="1a,1a"]
2024-07-10 21:27:48 +02:00
|====
2024-11-15 08:13:45 +01:00
| Variable | Description
2024-07-10 21:27:48 +02:00
|
2024-11-15 08:13:45 +01:00
2024-07-10 21:27:48 +02:00
**rougail.general.varname** +
2024-11-15 08:13:45 +01:00
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
2024-07-10 21:27:48 +02:00
No change. +
2024-11-15 08:13:45 +01:00
**Default**: a
2024-07-10 21:27:48 +02:00
|====
== Variables for "extra"
2024-07-10 21:27:48 +02:00
[cols="1a,1a"]
2024-07-10 21:27:48 +02:00
|====
2024-11-15 08:13:45 +01:00
| Variable | Description
2024-07-10 21:27:48 +02:00
|
2024-11-15 08:13:45 +01:00
2024-07-10 21:27:48 +02:00
**extra.var** +
2024-11-15 08:13:45 +01:00
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
2024-07-10 21:27:48 +02:00
A varaible. +
2024-11-15 08:13:45 +01:00
**Default**: a
2024-07-10 21:27:48 +02:00
|====
2024-11-15 08:13:45 +01:00
=== extra.dyn___a__
2024-07-10 21:27:48 +02:00
`basic`
This family builds families dynamically.
**Identifiers**: the value of the variable "extra.var".
2024-07-10 21:27:48 +02:00
[cols="1a,1a"]
2024-07-10 21:27:48 +02:00
|====
2024-11-15 08:13:45 +01:00
| Variable | Description
2024-07-10 21:27:48 +02:00
|
2024-11-15 08:13:45 +01:00
**extra.dyn___a__.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
Var.
|====
2024-07-10 21:27:48 +02:00