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