rougail-output-doc/tests/force_optional.adoc

103 lines
3.1 KiB
Text

[cols="1a,1a"]
|====
| Variable | Description
|
**var1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
My var1. +
**Default**: the value of the variable "a.unknown.variable".
|
**var2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
My var2. +
**Default**: var calculated.
|
**var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` `__hidden__` |
My var3. +
**Hidden**: var could be hidden.
|
**var4** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` `__hidden__` |
My var4. +
**Hidden**: when the variable "a.unknown.variable" has the value "value".
|
**var5** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
My var5. +
**Default**: the value of the information "info" of the variable "a.unknown.variable".
|
**var6** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `mandatory` |
My var6. +
**Choices**: the value of the variable "a.unknown.variable".
|
**var7** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `mandatory` |
My var7. +
**Choices**:
* the value of the variable "a.unknown.variable1".
* the value of the variable "a.unknown.variable2".
|
**var8** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `mandatory` |
My var8. +
**Choices**: the a.unknown.variable values.
|====
== my var9
This family builds families dynamically.
**Identifiers**: the value of the variable "a.unknown.variable".
[cols="1a,1a"]
|====
| Variable | Description
|
**var___example__.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` |
A variable.
|====
[cols="1a,1a"]
|====
| Variable | Description
|
**var_10** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` `__hidden__` |
My var10. +
**Hidden**: when the variable "a.unknown.variable" has the value "val".
|
**var_11** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` `__hidden__` |
My var11. +
**Hidden**: when the variable "a.unknown.variable" hasn't the value "val".
|
**var_12** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` `__hidden__` |
My var12. +
**Hidden**: when the variable "a.unknown.variable" is defined and has the value "true".
|
**var_13** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` `__hidden__` |
My var13. +
**Hidden**: when the variable "a.unknown.variable" has the value "true".
|====