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