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