34 lines
1,007 B
Text
34 lines
1,007 B
Text
|
== dictionaries/rougail/00-base.yml
|
||
|
|
||
|
[,yaml]
|
||
|
----
|
||
|
version: '1.1'
|
||
|
variable:
|
||
|
description: a variable
|
||
|
default:
|
||
|
- quote"
|
||
|
----
|
||
|
== Variables for "rougail"
|
||
|
|
||
|
[cols="128a,128a",options="header"]
|
||
|
|====
|
||
|
| Variable | Description
|
||
|
|
|
||
|
**rougail.variable** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
||
|
A variable. +
|
||
|
**Default**:
|
||
|
|
||
|
* quote"
|
||
|
|====
|
||
|
|
||
|
|
||
|
== Example with all variables modifiable
|
||
|
|
||
|
[,yaml]
|
||
|
----
|
||
|
rougail:
|
||
|
variable:
|
||
|
- quote"
|
||
|
----
|