rougail-output-doc/tests/docs/base/40_8calculation_multi_variable_parent2.adoc

44 lines
1.6 KiB
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.1'
fam1: # first family
var: no # a variable
fam2: # second family
var:
description: a varaible
default:
variable: __.fam1.var
----
== Variables pour "rougail"
=== first family
`standard`
[cols="110a,110a",options="header"]
|====
| Variable | Description
|
**rougail.fam1.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
A variable. +
**Défaut**: no
|====
=== second family
`standard`
[cols="110a,110a",options="header"]
|====
| Variable | Description
|
**rougail.fam2.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
A varaible. +
**Défaut**: la valeur de la variable "rougail.fam1.var".
|====