rougail-output-doc/tests/docs/base/00_9extra.adoc

46 lines
1.5 KiB
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
---
version: '1.1'
variable: rougail # a variable
----
== dictionaries/extra/00-base.yml
[,yaml]
----
---
version: '1.1'
variable:
description: a variable
default:
jinja: no
description: return no
----
== Variables for "rougail"
[cols="1a,1a"]
|====
| Variable | Description
|
**rougail.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
A variable. +
**Default**: rougail
|====
== Variables for "extra"
[cols="1a,1a"]
|====
| Variable | Description
|
**extra.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
A variable. +
**Default**: return no.
|====