28 lines
894 B
Text
28 lines
894 B
Text
|
== dictionaries/rougail/00-base.yml
|
||
|
|
||
|
[,yaml]
|
||
|
----
|
||
|
version: '1.1'
|
||
|
var:
|
||
|
description: a first variable
|
||
|
regexp: ^#(?:[0-9a-f]{3}){1,2}$
|
||
|
default: '#a1a1a1'
|
||
|
test:
|
||
|
- '#b1b1b1'
|
||
|
- '#b2b2b2'
|
||
|
----
|
||
|
== Variables
|
||
|
|
||
|
[cols="110a,110a",options="header"]
|
||
|
|====
|
||
|
| Variable | Description
|
||
|
|
|
||
|
**var** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[regexp]` `standard` `obligatoire` |
|
||
|
A first variable. +
|
||
|
**Défaut**: #a1a1a1 +
|
||
|
**Exemple**: #b1b1b1
|
||
|
|====
|
||
|
|
||
|
|