fix: support variable dynamic with test as values
This commit is contained in:
parent
28c47a2d98
commit
e920367c34
619 changed files with 6782 additions and 11161 deletions
|
@ -59,6 +59,8 @@ class Annotator(Walk):
|
||||||
values = self.objectspace.informations.get(variable.path).get("examples", None)
|
values = self.objectspace.informations.get(variable.path).get("examples", None)
|
||||||
if not values:
|
if not values:
|
||||||
values = self.objectspace.informations.get(variable.path).get("test", None)
|
values = self.objectspace.informations.get(variable.path).get("test", None)
|
||||||
|
if isinstance(values, tuple):
|
||||||
|
values = list(values)
|
||||||
return values
|
return values
|
||||||
|
|
||||||
def add_default_value(
|
def add_default_value(
|
||||||
|
|
|
@ -5,29 +5,15 @@
|
||||||
_version: '1.1'
|
_version: '1.1'
|
||||||
version: # a variable
|
version: # a variable
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="105a,105a",options="header"]
|
[cols="107a,107a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.version** +
|
**rougail.version** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
A variable.
|
A variable.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
version: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
version: example
|
|
||||||
----
|
|
||||||
|
|
|
@ -9,24 +9,10 @@ include_toc: true
|
||||||
_version: '1.1'
|
_version: '1.1'
|
||||||
version: # a variable
|
version: # a variable
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.version**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
|
| **rougail.version**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | A variable. |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
version: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
version: example
|
|
||||||
```
|
|
||||||
|
|
|
@ -5,29 +5,15 @@
|
||||||
version: '1.0'
|
version: '1.0'
|
||||||
empty:
|
empty:
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="105a,105a",options="header"]
|
[cols="107a,107a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.empty** +
|
**rougail.empty** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
Empty.
|
Empty.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
empty: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
empty: example
|
|
||||||
----
|
|
||||||
|
|
|
@ -9,24 +9,10 @@ include_toc: true
|
||||||
version: '1.0'
|
version: '1.0'
|
||||||
empty:
|
empty:
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.empty**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Empty. |
|
| **rougail.empty**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | Empty. |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
empty: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
empty: example
|
|
||||||
```
|
|
||||||
|
|
|
@ -8,35 +8,25 @@ var2:
|
||||||
description: a second variable
|
description: a second variable
|
||||||
multi: true
|
multi: true
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ _.var1 }}
|
{{ _.var1 }}
|
||||||
description: the value of var1
|
description: the value of var1
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="128a,128a",options="header"]
|
[cols="130a,130a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A first variable. +
|
A first variable. +
|
||||||
**Default**: no
|
**Défaut**: no
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
A second variable. +
|
A second variable. +
|
||||||
**Default**: the value of var1.
|
**Défaut**: the value of var1.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: no
|
|
||||||
var2:
|
|
||||||
- no
|
|
||||||
----
|
|
||||||
|
|
|
@ -12,25 +12,15 @@ var2:
|
||||||
description: a second variable
|
description: a second variable
|
||||||
multi: true
|
multi: true
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ _.var1 }}
|
{{ _.var1 }}
|
||||||
description: the value of var1
|
description: the value of var1
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.<br/>**Default**: no |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A first variable.<br/>**Défaut**: no |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.<br/>**Default**: the value of var1. |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | A second variable.<br/>**Défaut**: the value of var1. |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: no
|
|
||||||
var2:
|
|
||||||
- no
|
|
||||||
```
|
|
||||||
|
|
|
@ -11,46 +11,31 @@ var2:
|
||||||
description: a second variable
|
description: a second variable
|
||||||
multi: true
|
multi: true
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{% for val in _.var1 %}
|
{% for val in _.var1 %}
|
||||||
{{ val }}
|
{{ val }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
description: the value of _.var1
|
description: the value of _.var1
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="128a,128a",options="header"]
|
[cols="130a,130a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
A first variable. +
|
A first variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* no
|
* no
|
||||||
* yes
|
* yes
|
||||||
* maybe
|
* maybe
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
A second variable. +
|
A second variable. +
|
||||||
**Default**: the value of _.var1.
|
**Défaut**: the value of _.var1.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- no
|
|
||||||
- yes
|
|
||||||
- maybe
|
|
||||||
var2:
|
|
||||||
- no
|
|
||||||
- yes
|
|
||||||
- maybe
|
|
||||||
----
|
|
||||||
|
|
|
@ -15,32 +15,17 @@ var2:
|
||||||
description: a second variable
|
description: a second variable
|
||||||
multi: true
|
multi: true
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{% for val in _.var1 %}
|
{% for val in _.var1 %}
|
||||||
{{ val }}
|
{{ val }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
description: the value of _.var1
|
description: the value of _.var1
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A first variable.<br/>**Default**: <br/>- no<br/>- yes<br/>- maybe |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | A first variable.<br/>**Défaut**: <br/>- no<br/>- yes<br/>- maybe |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.<br/>**Default**: the value of _.var1. |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | A second variable.<br/>**Défaut**: the value of _.var1. |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- no
|
|
||||||
- yes
|
|
||||||
- maybe
|
|
||||||
var2:
|
|
||||||
- no
|
|
||||||
- yes
|
|
||||||
- maybe
|
|
||||||
```
|
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
== dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
[,yaml]
|
||||||
|
----
|
||||||
|
version: 1.1
|
||||||
|
|
||||||
|
var1:
|
||||||
|
description: a first variable
|
||||||
|
multi: true
|
||||||
|
type: domainname
|
||||||
|
params:
|
||||||
|
allow_ip: true
|
||||||
|
|
||||||
|
var2:
|
||||||
|
description: a second variable
|
||||||
|
default:
|
||||||
|
type: variable
|
||||||
|
variable: _.var1
|
||||||
|
----
|
||||||
|
== Variables pour "rougail"
|
||||||
|
|
||||||
|
[cols="134a,134a",options="header"]
|
||||||
|
|====
|
||||||
|
| Variable | Description
|
||||||
|
|
|
||||||
|
**rougail.var1** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `basic` `obligatoire` `unique` `multiple` |
|
||||||
|
A first variable. +
|
||||||
|
**Validator**: le nom de domaine peut être une IP
|
||||||
|
|
|
||||||
|
**rougail.var2** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
|
A second variable. +
|
||||||
|
**Validator**: le nom de domaine peut être une IP +
|
||||||
|
**Défaut**: la valeur de la variable "rougail.var1".
|
||||||
|
|====
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
# dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: 1.1
|
||||||
|
|
||||||
|
var1:
|
||||||
|
description: a first variable
|
||||||
|
multi: true
|
||||||
|
type: domainname
|
||||||
|
params:
|
||||||
|
allow_ip: true
|
||||||
|
|
||||||
|
var2:
|
||||||
|
description: a second variable
|
||||||
|
default:
|
||||||
|
type: variable
|
||||||
|
variable: _.var1
|
||||||
|
```
|
||||||
|
# Variables pour "rougail"
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **rougail.var1**<br/>[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` `unique` `multiple` | A first variable.<br/>**Validator**: le nom de domaine peut être une IP |
|
||||||
|
| **rougail.var2**<br/>[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | A second variable.<br/>**Validator**: le nom de domaine peut être une IP<br/>**Défaut**: la valeur de la variable "rougail.var1". |
|
||||||
|
|
||||||
|
|
|
@ -14,35 +14,19 @@ version: '1.0'
|
||||||
var2:
|
var2:
|
||||||
description: a variable
|
description: a variable
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="105a,105a",options="header"]
|
[cols="107a,107a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
A variable.
|
A variable.
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
A variable.
|
A variable.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
----
|
|
||||||
|
|
|
@ -18,27 +18,11 @@ version: '1.0'
|
||||||
var2:
|
var2:
|
||||||
description: a variable
|
description: a variable
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | A variable. |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | A variable. |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
```
|
|
||||||
|
|
|
@ -7,23 +7,16 @@ without_type:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: non
|
default: non
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.without_type** +
|
**rougail.without_type** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: non
|
**Défaut**: non
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
without_type: non
|
|
||||||
----
|
|
||||||
|
|
|
@ -11,17 +11,10 @@ without_type:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: non
|
default: non
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.without_type**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: non |
|
| **rougail.without_type**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: non |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
without_type: non
|
|
||||||
```
|
|
||||||
|
|
|
@ -20,53 +20,41 @@ var6:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="109a,109a",options="header"]
|
[cols="111a,111a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` |
|
||||||
The first variable. +
|
The first variable. +
|
||||||
**Default**: True
|
**Défaut**: True
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` |
|
||||||
The second variable. +
|
The second variable. +
|
||||||
**Default**: True
|
**Défaut**: True
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` |
|
||||||
The third variable. +
|
The third variable. +
|
||||||
**Default**: True
|
**Défaut**: True
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` |
|
||||||
The forth variable. +
|
The forth variable. +
|
||||||
**Default**: False
|
**Défaut**: False
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Default**: False
|
**Défaut**: False
|
||||||
|
|
|
|
||||||
**rougail.var6** +
|
**rougail.var6** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` |
|
||||||
The sixth variable. +
|
The sixth variable. +
|
||||||
**Default**: False
|
**Défaut**: False
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: true
|
|
||||||
var2: true
|
|
||||||
var3: true
|
|
||||||
var4: false
|
|
||||||
var5: false
|
|
||||||
var6: false
|
|
||||||
----
|
|
||||||
|
|
|
@ -24,27 +24,15 @@ var6:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.<br/>**Default**: True |
|
| **rougail.var1**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The first variable.<br/>**Défaut**: True |
|
||||||
| **rougail.var2**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.<br/>**Default**: True |
|
| **rougail.var2**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The second variable.<br/>**Défaut**: True |
|
||||||
| **rougail.var3**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.<br/>**Default**: True |
|
| **rougail.var3**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The third variable.<br/>**Défaut**: True |
|
||||||
| **rougail.var4**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The forth variable.<br/>**Default**: False |
|
| **rougail.var4**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The forth variable.<br/>**Défaut**: False |
|
||||||
| **rougail.var5**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.<br/>**Default**: False |
|
| **rougail.var5**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The fifth variable.<br/>**Défaut**: False |
|
||||||
| **rougail.var6**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.<br/>**Default**: False |
|
| **rougail.var6**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The sixth variable.<br/>**Défaut**: False |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: true
|
|
||||||
var2: true
|
|
||||||
var3: true
|
|
||||||
var4: false
|
|
||||||
var5: false
|
|
||||||
var6: false
|
|
||||||
```
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ variable:
|
||||||
type: boolean
|
type: boolean
|
||||||
mandatory: false
|
mandatory: false
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="97a,97a",options="header"]
|
[cols="97a,97a",options="header"]
|
||||||
|====
|
|====
|
||||||
|
@ -17,14 +17,7 @@ variable:
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: True
|
**Défaut**: True
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: true
|
|
||||||
----
|
|
||||||
|
|
|
@ -12,17 +12,10 @@ variable:
|
||||||
type: boolean
|
type: boolean
|
||||||
mandatory: false
|
mandatory: false
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable.<br/>**Default**: True |
|
| **rougail.variable**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable.<br/>**Défaut**: True |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: true
|
|
||||||
```
|
|
||||||
|
|
|
@ -44,86 +44,66 @@ var6:
|
||||||
- 3
|
- 3
|
||||||
default: 1
|
default: 1
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `obligatoire` |
|
||||||
The first variable. +
|
The first variable. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* a
|
* a
|
||||||
* b
|
* b
|
||||||
* c
|
* c
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `obligatoire` |
|
||||||
The second variable. +
|
The second variable. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* a
|
* a
|
||||||
* b
|
* b
|
||||||
* c
|
* c
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` |
|
||||||
The third variable. +
|
The third variable. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* a
|
* a
|
||||||
* b
|
* b
|
||||||
* c
|
* c
|
||||||
* null
|
* null
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` |
|
||||||
The forth variable. +
|
The forth variable. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* null
|
* null
|
||||||
* b
|
* b
|
||||||
* c
|
* c
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `obligatoire` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* a ← (default)
|
* a ← (defaut)
|
||||||
* b
|
* b
|
||||||
* c
|
* c
|
||||||
|
|
|
|
||||||
**rougail.var6** +
|
**rougail.var6** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `obligatoire` |
|
||||||
The sixth variable. +
|
The sixth variable. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* 1 ← (default)
|
* 1 ← (defaut)
|
||||||
* 2
|
* 2
|
||||||
* 3
|
* 3
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: a_choice
|
|
||||||
var2: a_choice
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: a_choice
|
|
||||||
var2: a_choice
|
|
||||||
var3: a_choice
|
|
||||||
var4: a_choice
|
|
||||||
var5: a
|
|
||||||
var6: 1
|
|
||||||
----
|
|
||||||
|
|
|
@ -48,35 +48,15 @@ var6:
|
||||||
- 3
|
- 3
|
||||||
default: 1
|
default: 1
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>**Choices**: <br/>- a<br/>- b<br/>- c |
|
| **rougail.var1**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The first variable.<br/>**Choix**: <br/>- a<br/>- b<br/>- c |
|
||||||
| **rougail.var2**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>**Choices**: <br/>- a<br/>- b<br/>- c |
|
| **rougail.var2**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The second variable.<br/>**Choix**: <br/>- a<br/>- b<br/>- c |
|
||||||
| **rougail.var3**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | The third variable.<br/>**Choices**: <br/>- a<br/>- b<br/>- c<br/>- null |
|
| **rougail.var3**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | The third variable.<br/>**Choix**: <br/>- a<br/>- b<br/>- c<br/>- null |
|
||||||
| **rougail.var4**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | The forth variable.<br/>**Choices**: <br/>- null<br/>- b<br/>- c |
|
| **rougail.var4**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | The forth variable.<br/>**Choix**: <br/>- null<br/>- b<br/>- c |
|
||||||
| **rougail.var5**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.<br/>**Choices**: <br/>- a ← (default)<br/>- b<br/>- c |
|
| **rougail.var5**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The fifth variable.<br/>**Choix**: <br/>- a ← (defaut)<br/>- b<br/>- c |
|
||||||
| **rougail.var6**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.<br/>**Choices**: <br/>- 1 ← (default)<br/>- 2<br/>- 3 |
|
| **rougail.var6**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The sixth variable.<br/>**Choix**: <br/>- 1 ← (defaut)<br/>- 2<br/>- 3 |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: a_choice
|
|
||||||
var2: a_choice
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: a_choice
|
|
||||||
var2: a_choice
|
|
||||||
var3: a_choice
|
|
||||||
var4: a_choice
|
|
||||||
var5: a
|
|
||||||
var6: 1
|
|
||||||
```
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ var:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: 9
|
default: 9
|
||||||
choices:
|
choices:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{% for n in trange(0, 10) %}
|
{% for n in trange(0, 10) %}
|
||||||
{{ n }}
|
{{ n }}
|
||||||
|
@ -15,24 +14,17 @@ var:
|
||||||
return_type: number
|
return_type: number
|
||||||
description: choices is 0 to 9
|
description: choices is 0 to 9
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var** +
|
**rougail.var** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Choices**: choices is 0 to 9. +
|
**Choix**: choices is 0 to 9. +
|
||||||
**Default**: 9
|
**Défaut**: 9
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var: 9
|
|
||||||
----
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ var:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: 9
|
default: 9
|
||||||
choices:
|
choices:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{% for n in trange(0, 10) %}
|
{% for n in trange(0, 10) %}
|
||||||
{{ n }}
|
{{ n }}
|
||||||
|
@ -19,17 +18,10 @@ var:
|
||||||
return_type: number
|
return_type: number
|
||||||
description: choices is 0 to 9
|
description: choices is 0 to 9
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Choices**: choices is 0 to 9.<br/>**Default**: 9 |
|
| **rougail.var**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Choix**: choices is 0 to 9.<br/>**Défaut**: 9 |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var: 9
|
|
||||||
```
|
|
||||||
|
|
|
@ -11,40 +11,28 @@ var2:
|
||||||
description: a first variable
|
description: a first variable
|
||||||
default: a
|
default: a
|
||||||
choices:
|
choices:
|
||||||
type: variable
|
|
||||||
variable: _.var1
|
variable: _.var1
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
A second variable. +
|
A second variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* a
|
* a
|
||||||
* b
|
* b
|
||||||
* c
|
* c
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `obligatoire` |
|
||||||
A first variable. +
|
A first variable. +
|
||||||
**Choices**: the value of the variable "rougail.var1". +
|
**Choix**: la valeur de la variable "rougail.var1". +
|
||||||
**Default**: a
|
**Défaut**: a
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- a
|
|
||||||
- b
|
|
||||||
- c
|
|
||||||
var2: a
|
|
||||||
----
|
|
||||||
|
|
|
@ -15,25 +15,13 @@ var2:
|
||||||
description: a first variable
|
description: a first variable
|
||||||
default: a
|
default: a
|
||||||
choices:
|
choices:
|
||||||
type: variable
|
|
||||||
variable: _.var1
|
variable: _.var1
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.<br/>**Default**: <br/>- a<br/>- b<br/>- c |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | A second variable.<br/>**Défaut**: <br/>- a<br/>- b<br/>- c |
|
||||||
| **rougail.var2**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.<br/>**Choices**: the value of the variable "rougail.var1".<br/>**Default**: a |
|
| **rougail.var2**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A first variable.<br/>**Choix**: la valeur de la variable "rougail.var1".<br/>**Défaut**: a |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- a
|
|
||||||
- b
|
|
||||||
- c
|
|
||||||
var2: a
|
|
||||||
```
|
|
||||||
|
|
|
@ -11,35 +11,20 @@ custom2:
|
||||||
type: custom
|
type: custom
|
||||||
default: value
|
default: value
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.custom1** +
|
**rougail.custom1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `basic` `obligatoire` |
|
||||||
The first variable.
|
The first variable.
|
||||||
|
|
|
|
||||||
**rougail.custom2** +
|
**rougail.custom2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `standard` `obligatoire` |
|
||||||
The seconf variable. +
|
The seconf variable. +
|
||||||
**Default**: value
|
**Défaut**: value
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
custom1: xxx
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
custom1: xxx
|
|
||||||
custom2: value
|
|
||||||
----
|
|
||||||
|
|
|
@ -15,26 +15,11 @@ custom2:
|
||||||
type: custom
|
type: custom
|
||||||
default: value
|
default: value
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.custom1**<br/>[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable. |
|
| **rougail.custom1**<br/>[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The first variable. |
|
||||||
| **rougail.custom2**<br/>[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The seconf variable.<br/>**Default**: value |
|
| **rougail.custom2**<br/>[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The seconf variable.<br/>**Défaut**: value |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
custom1: xxx
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
custom1: xxx
|
|
||||||
custom2: value
|
|
||||||
```
|
|
||||||
|
|
|
@ -8,23 +8,16 @@ variable:
|
||||||
type: domainname
|
type: domainname
|
||||||
default: my.domain.name
|
default: my.domain.name
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="112a,112a",options="header"]
|
[cols="114a,114a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `obligatoire` |
|
||||||
A domain name variable. +
|
A domain name variable. +
|
||||||
**Default**: my.domain.name
|
**Défaut**: my.domain.name
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: my.domain.name
|
|
||||||
----
|
|
||||||
|
|
|
@ -12,17 +12,10 @@ variable:
|
||||||
type: domainname
|
type: domainname
|
||||||
default: my.domain.name
|
default: my.domain.name
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A domain name variable.<br/>**Default**: my.domain.name |
|
| **rougail.variable**<br/>[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A domain name variable.<br/>**Défaut**: my.domain.name |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: my.domain.name
|
|
||||||
```
|
|
||||||
|
|
|
@ -10,24 +10,17 @@ variable:
|
||||||
params:
|
params:
|
||||||
allow_ip: true
|
allow_ip: true
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="112a,112a",options="header"]
|
[cols="114a,114a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `obligatoire` |
|
||||||
A domain name variable. +
|
A domain name variable. +
|
||||||
**Validator**: the domain name can be an IP +
|
**Validator**: le nom de domaine peut être une IP +
|
||||||
**Default**: my.domain.name
|
**Défaut**: my.domain.name
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: my.domain.name
|
|
||||||
----
|
|
||||||
|
|
|
@ -14,17 +14,10 @@ variable:
|
||||||
params:
|
params:
|
||||||
allow_ip: true
|
allow_ip: true
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A domain name variable.<br/>**Validator**: the domain name can be an IP<br/>**Default**: my.domain.name |
|
| **rougail.variable**<br/>[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A domain name variable.<br/>**Validator**: le nom de domaine peut être une IP<br/>**Défaut**: my.domain.name |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: my.domain.name
|
|
||||||
```
|
|
||||||
|
|
|
@ -20,53 +20,41 @@ var6:
|
||||||
type: float
|
type: float
|
||||||
default: 10.1
|
default: 10.1
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="107a,107a",options="header"]
|
[cols="109a,109a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` |
|
||||||
The first variable. +
|
The first variable. +
|
||||||
**Default**: 0.0
|
**Défaut**: 0.0
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` |
|
||||||
The second variable. +
|
The second variable. +
|
||||||
**Default**: 0.0
|
**Défaut**: 0.0
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` |
|
||||||
The third variable. +
|
The third variable. +
|
||||||
**Default**: 0.0
|
**Défaut**: 0.0
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` |
|
||||||
The forth variable. +
|
The forth variable. +
|
||||||
**Default**: 10.1
|
**Défaut**: 10.1
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Default**: 10.1
|
**Défaut**: 10.1
|
||||||
|
|
|
|
||||||
**rougail.var6** +
|
**rougail.var6** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` |
|
||||||
The sixth variable. +
|
The sixth variable. +
|
||||||
**Default**: 10.1
|
**Défaut**: 10.1
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: 0.0
|
|
||||||
var2: 0.0
|
|
||||||
var3: 0.0
|
|
||||||
var4: 10.1
|
|
||||||
var5: 10.1
|
|
||||||
var6: 10.1
|
|
||||||
----
|
|
||||||
|
|
|
@ -24,27 +24,15 @@ var6:
|
||||||
type: float
|
type: float
|
||||||
default: 10.1
|
default: 10.1
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.<br/>**Default**: 0.0 |
|
| **rougail.var1**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The first variable.<br/>**Défaut**: 0.0 |
|
||||||
| **rougail.var2**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.<br/>**Default**: 0.0 |
|
| **rougail.var2**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The second variable.<br/>**Défaut**: 0.0 |
|
||||||
| **rougail.var3**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.<br/>**Default**: 0.0 |
|
| **rougail.var3**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The third variable.<br/>**Défaut**: 0.0 |
|
||||||
| **rougail.var4**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The forth variable.<br/>**Default**: 10.1 |
|
| **rougail.var4**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The forth variable.<br/>**Défaut**: 10.1 |
|
||||||
| **rougail.var5**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.<br/>**Default**: 10.1 |
|
| **rougail.var5**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The fifth variable.<br/>**Défaut**: 10.1 |
|
||||||
| **rougail.var6**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.<br/>**Default**: 10.1 |
|
| **rougail.var6**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The sixth variable.<br/>**Défaut**: 10.1 |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: 0.0
|
|
||||||
var2: 0.0
|
|
||||||
var3: 0.0
|
|
||||||
var4: 10.1
|
|
||||||
var5: 10.1
|
|
||||||
var6: 10.1
|
|
||||||
```
|
|
||||||
|
|
|
@ -20,53 +20,41 @@ var6:
|
||||||
type: number
|
type: number
|
||||||
default: 10
|
default: 10
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` |
|
||||||
The first variable. +
|
The first variable. +
|
||||||
**Default**: 0
|
**Défaut**: 0
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` |
|
||||||
The second variable. +
|
The second variable. +
|
||||||
**Default**: 0
|
**Défaut**: 0
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` |
|
||||||
The third variable. +
|
The third variable. +
|
||||||
**Default**: 0
|
**Défaut**: 0
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` |
|
||||||
This forth variable. +
|
This forth variable. +
|
||||||
**Default**: 10
|
**Défaut**: 10
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Default**: 10
|
**Défaut**: 10
|
||||||
|
|
|
|
||||||
**rougail.var6** +
|
**rougail.var6** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` |
|
||||||
The sixth variable. +
|
The sixth variable. +
|
||||||
**Default**: 10
|
**Défaut**: 10
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: 0
|
|
||||||
var2: 0
|
|
||||||
var3: 0
|
|
||||||
var4: 10
|
|
||||||
var5: 10
|
|
||||||
var6: 10
|
|
||||||
----
|
|
||||||
|
|
|
@ -24,27 +24,15 @@ var6:
|
||||||
type: number
|
type: number
|
||||||
default: 10
|
default: 10
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.<br/>**Default**: 0 |
|
| **rougail.var1**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The first variable.<br/>**Défaut**: 0 |
|
||||||
| **rougail.var2**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.<br/>**Default**: 0 |
|
| **rougail.var2**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The second variable.<br/>**Défaut**: 0 |
|
||||||
| **rougail.var3**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.<br/>**Default**: 0 |
|
| **rougail.var3**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The third variable.<br/>**Défaut**: 0 |
|
||||||
| **rougail.var4**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | This forth variable.<br/>**Default**: 10 |
|
| **rougail.var4**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | This forth variable.<br/>**Défaut**: 10 |
|
||||||
| **rougail.var5**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.<br/>**Default**: 10 |
|
| **rougail.var5**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The fifth variable.<br/>**Défaut**: 10 |
|
||||||
| **rougail.var6**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.<br/>**Default**: 10 |
|
| **rougail.var6**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The sixth variable.<br/>**Défaut**: 10 |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: 0
|
|
||||||
var2: 0
|
|
||||||
var3: 0
|
|
||||||
var4: 10
|
|
||||||
var5: 10
|
|
||||||
var6: 10
|
|
||||||
```
|
|
||||||
|
|
39
tests/docs/base/00_6port.adoc
Normal file
39
tests/docs/base/00_6port.adoc
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
== dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
[,yaml]
|
||||||
|
----
|
||||||
|
version: '1.1'
|
||||||
|
variable1:
|
||||||
|
description: a port variable
|
||||||
|
type: port
|
||||||
|
variable2:
|
||||||
|
description: a port variable with default value
|
||||||
|
type: port
|
||||||
|
default: '8080'
|
||||||
|
variable3:
|
||||||
|
description: a port variable with integer default value
|
||||||
|
type: port
|
||||||
|
default: 8080
|
||||||
|
----
|
||||||
|
== Variables pour "rougail"
|
||||||
|
|
||||||
|
[cols="108a,108a",options="header"]
|
||||||
|
|====
|
||||||
|
| Variable | Description
|
||||||
|
|
|
||||||
|
**rougail.variable1** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[port]` `basic` `obligatoire` |
|
||||||
|
A port variable.
|
||||||
|
|
|
||||||
|
**rougail.variable2** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[port]` `standard` `obligatoire` |
|
||||||
|
A port variable with default value. +
|
||||||
|
**Défaut**: 8080
|
||||||
|
|
|
||||||
|
**rougail.variable3** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[port]` `standard` `obligatoire` |
|
||||||
|
A port variable with integer default value. +
|
||||||
|
**Défaut**: 8080
|
||||||
|
|====
|
||||||
|
|
||||||
|
|
30
tests/docs/base/00_6port.md
Normal file
30
tests/docs/base/00_6port.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
# dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: '1.1'
|
||||||
|
variable1:
|
||||||
|
description: a port variable
|
||||||
|
type: port
|
||||||
|
variable2:
|
||||||
|
description: a port variable with default value
|
||||||
|
type: port
|
||||||
|
default: '8080'
|
||||||
|
variable3:
|
||||||
|
description: a port variable with integer default value
|
||||||
|
type: port
|
||||||
|
default: 8080
|
||||||
|
```
|
||||||
|
# Variables pour "rougail"
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **rougail.variable1**<br/>[`port`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | A port variable. |
|
||||||
|
| **rougail.variable2**<br/>[`port`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A port variable with default value.<br/>**Défaut**: 8080 |
|
||||||
|
| **rougail.variable3**<br/>[`port`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A port variable with integer default value.<br/>**Défaut**: 8080 |
|
||||||
|
|
||||||
|
|
27
tests/docs/base/00_6regexp.adoc
Normal file
27
tests/docs/base/00_6regexp.adoc
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
== 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 pour "rougail"
|
||||||
|
|
||||||
|
[cols="110a,110a",options="header"]
|
||||||
|
|====
|
||||||
|
| Variable | Description
|
||||||
|
|
|
||||||
|
**rougail.var** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[regexp]` `standard` `obligatoire` |
|
||||||
|
A first variable. +
|
||||||
|
**Défaut**: #a1a1a1 +
|
||||||
|
**Exemple**: #b1b1b1
|
||||||
|
|====
|
||||||
|
|
||||||
|
|
24
tests/docs/base/00_6regexp.md
Normal file
24
tests/docs/base/00_6regexp.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
# 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 pour "rougail"
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **rougail.var**<br/>[`regexp`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A first variable.<br/>**Défaut**: #a1a1a1<br/>**Exemple**: #b1b1b1 |
|
||||||
|
|
||||||
|
|
|
@ -19,59 +19,38 @@ var6:
|
||||||
type: string
|
type: string
|
||||||
default: value
|
default: value
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
The first variable.
|
The first variable.
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
The second variable.
|
The second variable.
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
The third variable.
|
The third variable.
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
The forth variable. +
|
The forth variable. +
|
||||||
**Default**: value
|
**Défaut**: value
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Default**: value
|
**Défaut**: value
|
||||||
|
|
|
|
||||||
**rougail.var6** +
|
**rougail.var6** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
The sixth variable. +
|
The sixth variable. +
|
||||||
**Default**: value
|
**Défaut**: value
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
var3: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
var3: example
|
|
||||||
var4: value
|
|
||||||
var5: value
|
|
||||||
var6: value
|
|
||||||
----
|
|
||||||
|
|
|
@ -23,36 +23,15 @@ var6:
|
||||||
type: string
|
type: string
|
||||||
default: value
|
default: value
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable. |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The first variable. |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable. |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The second variable. |
|
||||||
| **rougail.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable. |
|
| **rougail.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The third variable. |
|
||||||
| **rougail.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The forth variable.<br/>**Default**: value |
|
| **rougail.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The forth variable.<br/>**Défaut**: value |
|
||||||
| **rougail.var5**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.<br/>**Default**: value |
|
| **rougail.var5**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The fifth variable.<br/>**Défaut**: value |
|
||||||
| **rougail.var6**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.<br/>**Default**: value |
|
| **rougail.var6**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The sixth variable.<br/>**Défaut**: value |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
var3: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
var3: example
|
|
||||||
var4: value
|
|
||||||
var5: value
|
|
||||||
var6: value
|
|
||||||
```
|
|
||||||
|
|
|
@ -12,27 +12,20 @@ var:
|
||||||
- quote"
|
- quote"
|
||||||
- quote"'
|
- quote"'
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var** +
|
**rougail.var** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `obligatoire` |
|
||||||
A choice. +
|
A choice. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* quote' ← (default)
|
* quote' ← (defaut)
|
||||||
* quote"
|
* quote"
|
||||||
* quote"'
|
* quote"'
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var: quote'
|
|
||||||
----
|
|
||||||
|
|
|
@ -16,17 +16,10 @@ var:
|
||||||
- quote"
|
- quote"
|
||||||
- quote"'
|
- quote"'
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A choice.<br/>**Choices**: <br/>- quote' ← (default)<br/>- quote"<br/>- quote"' |
|
| **rougail.var**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A choice.<br/>**Choix**: <br/>- quote' ← (defaut)<br/>- quote"<br/>- quote"' |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var: quote'
|
|
||||||
```
|
|
||||||
|
|
|
@ -10,37 +10,21 @@ var2:
|
||||||
description: the second variable
|
description: the second variable
|
||||||
help: message with "
|
help: message with "
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="105a,105a",options="header"]
|
[cols="107a,107a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
The first variable. +
|
The first variable. +
|
||||||
Message with '.
|
Message with '.
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
The second variable. +
|
The second variable. +
|
||||||
Message with ".
|
Message with ".
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
----
|
|
||||||
|
|
|
@ -14,27 +14,11 @@ var2:
|
||||||
description: the second variable
|
description: the second variable
|
||||||
help: message with "
|
help: message with "
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Message with '. |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The first variable.<br/>Message with '. |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Message with ". |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The second variable.<br/>Message with ". |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
```
|
|
||||||
|
|
|
@ -7,23 +7,16 @@ variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: quote"
|
default: quote"
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: quote"
|
**Défaut**: quote"
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: quote"
|
|
||||||
----
|
|
||||||
|
|
|
@ -11,17 +11,10 @@ variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: quote"
|
default: quote"
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: quote" |
|
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: quote" |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: quote"
|
|
||||||
```
|
|
||||||
|
|
|
@ -7,23 +7,16 @@ variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: quote'"
|
default: quote'"
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: quote'"
|
**Défaut**: quote'"
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: quote'"
|
|
||||||
----
|
|
||||||
|
|
|
@ -11,17 +11,10 @@ variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: quote'"
|
default: quote'"
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: quote'" |
|
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: quote'" |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: quote'"
|
|
||||||
```
|
|
||||||
|
|
|
@ -2,9 +2,22 @@
|
||||||
|
|
||||||
[,yaml]
|
[,yaml]
|
||||||
----
|
----
|
||||||
version: '1.0'
|
version: '1.1'
|
||||||
|
|
||||||
variable:
|
variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
hidden: true
|
|
||||||
default: quote\"\'
|
default: quote\"\'
|
||||||
----
|
----
|
||||||
|
== Variables pour "rougail"
|
||||||
|
|
||||||
|
[cols="110a,110a",options="header"]
|
||||||
|
|====
|
||||||
|
| Variable | Description
|
||||||
|
|
|
||||||
|
**rougail.variable** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
|
A variable. +
|
||||||
|
**Défaut**: quote\"\'
|
||||||
|
|====
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,16 @@ include_toc: true
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
version: '1.0'
|
version: '1.1'
|
||||||
|
|
||||||
variable:
|
variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
hidden: true
|
|
||||||
default: quote\"\'
|
default: quote\"\'
|
||||||
```
|
```
|
||||||
|
# Variables pour "rougail"
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: quote\"\' |
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,23 +7,16 @@ variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: quote'
|
default: quote'
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: quote'
|
**Défaut**: quote'
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: quote'
|
|
||||||
----
|
|
||||||
|
|
|
@ -11,17 +11,10 @@ variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default: quote'
|
default: quote'
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: quote' |
|
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: quote' |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: quote'
|
|
||||||
```
|
|
||||||
|
|
|
@ -6,7 +6,6 @@ version: '1.1'
|
||||||
variable:
|
variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{test_information }}
|
{{test_information }}
|
||||||
params:
|
params:
|
||||||
|
@ -15,30 +14,16 @@ variable:
|
||||||
information: test_information
|
information: test_information
|
||||||
description: get information test_information
|
description: get information test_information
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: get information test_information.
|
**Défaut**: get information test_information.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: example
|
|
||||||
----
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ version: '1.1'
|
||||||
variable:
|
variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{test_information }}
|
{{test_information }}
|
||||||
params:
|
params:
|
||||||
|
@ -19,24 +18,10 @@ variable:
|
||||||
information: test_information
|
information: test_information
|
||||||
description: get information test_information
|
description: get information test_information
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: get information test_information. |
|
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: get information test_information. |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: example
|
|
||||||
```
|
|
||||||
|
|
|
@ -3,83 +3,85 @@
|
||||||
[,yaml]
|
[,yaml]
|
||||||
----
|
----
|
||||||
version: '1.1'
|
version: '1.1'
|
||||||
|
|
||||||
var1:
|
var1:
|
||||||
description: the first variable
|
description: the first variable
|
||||||
test:
|
test:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
var2:
|
var2:
|
||||||
description: the second variable
|
description: the second variable
|
||||||
test:
|
test:
|
||||||
- test
|
- test
|
||||||
default: value
|
default: value
|
||||||
|
|
||||||
var3:
|
var3:
|
||||||
description: the third variable
|
description: the third variable
|
||||||
test:
|
test:
|
||||||
- test1
|
- test1
|
||||||
- test2
|
- test2
|
||||||
|
|
||||||
var4:
|
var4:
|
||||||
description: the forth variable
|
description: the forth variable
|
||||||
test:
|
test:
|
||||||
-
|
-
|
||||||
- test1
|
- test1
|
||||||
- test2
|
- test2
|
||||||
|
mandatory: false
|
||||||
|
|
||||||
var5:
|
var5:
|
||||||
description: the fifth variable
|
description: the fifth variable
|
||||||
|
type: boolean
|
||||||
test:
|
test:
|
||||||
- false
|
- false
|
||||||
----
|
|
||||||
== Variables for "rougail"
|
|
||||||
|
|
||||||
[cols="105a,105a",options="header"]
|
var6:
|
||||||
|
description: the sixth variable
|
||||||
|
multi: true
|
||||||
|
test:
|
||||||
|
- test1
|
||||||
|
- test2
|
||||||
|
----
|
||||||
|
== Variables pour "rougail"
|
||||||
|
|
||||||
|
[cols="127a,127a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
The first variable. +
|
The first variable. +
|
||||||
**Example**: test
|
**Exemple**: test
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
The second variable. +
|
The second variable. +
|
||||||
**Default**: value +
|
**Défaut**: value +
|
||||||
**Example**: test
|
**Exemple**: test
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
The third variable. +
|
The third variable. +
|
||||||
**Example**: test1
|
**Exemple**: test1
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` |
|
||||||
The forth variable. +
|
The forth variable. +
|
||||||
**Example**: None
|
**Exemple**: None
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Example**: False
|
**Défaut**: True +
|
||||||
|
**Exemple**: False
|
||||||
|
|
|
||||||
|
**rougail.var6** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` `unique` `multiple` |
|
||||||
|
The sixth variable. +
|
||||||
|
**Exemples**:
|
||||||
|
|
||||||
|
* test1
|
||||||
|
* test2
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: test
|
|
||||||
var2: test
|
|
||||||
var3: test1
|
|
||||||
var5: false
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: test
|
|
||||||
var2: test
|
|
||||||
var3: test1
|
|
||||||
var4:
|
|
||||||
var5: false
|
|
||||||
----
|
|
||||||
|
|
|
@ -7,60 +7,54 @@ include_toc: true
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
version: '1.1'
|
version: '1.1'
|
||||||
|
|
||||||
var1:
|
var1:
|
||||||
description: the first variable
|
description: the first variable
|
||||||
test:
|
test:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
var2:
|
var2:
|
||||||
description: the second variable
|
description: the second variable
|
||||||
test:
|
test:
|
||||||
- test
|
- test
|
||||||
default: value
|
default: value
|
||||||
|
|
||||||
var3:
|
var3:
|
||||||
description: the third variable
|
description: the third variable
|
||||||
test:
|
test:
|
||||||
- test1
|
- test1
|
||||||
- test2
|
- test2
|
||||||
|
|
||||||
var4:
|
var4:
|
||||||
description: the forth variable
|
description: the forth variable
|
||||||
test:
|
test:
|
||||||
-
|
-
|
||||||
- test1
|
- test1
|
||||||
- test2
|
- test2
|
||||||
|
mandatory: false
|
||||||
|
|
||||||
var5:
|
var5:
|
||||||
description: the fifth variable
|
description: the fifth variable
|
||||||
|
type: boolean
|
||||||
test:
|
test:
|
||||||
- false
|
- false
|
||||||
|
|
||||||
|
var6:
|
||||||
|
description: the sixth variable
|
||||||
|
multi: true
|
||||||
|
test:
|
||||||
|
- test1
|
||||||
|
- test2
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>**Example**: test |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The first variable.<br/>**Exemple**: test |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.<br/>**Default**: value<br/>**Example**: test |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The second variable.<br/>**Défaut**: value<br/>**Exemple**: test |
|
||||||
| **rougail.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable.<br/>**Example**: test1 |
|
| **rougail.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The third variable.<br/>**Exemple**: test1 |
|
||||||
| **rougail.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The forth variable.<br/>**Example**: None |
|
| **rougail.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | The forth variable.<br/>**Exemple**: None |
|
||||||
| **rougail.var5**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The fifth variable.<br/>**Example**: False |
|
| **rougail.var5**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The fifth variable.<br/>**Défaut**: True<br/>**Exemple**: False |
|
||||||
|
| **rougail.var6**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` `unique` `multiple` | The sixth variable.<br/>**Exemples**: <br/>- test1<br/>- test2 |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: test
|
|
||||||
var2: test
|
|
||||||
var3: test1
|
|
||||||
var5: false
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: test
|
|
||||||
var2: test
|
|
||||||
var3: test1
|
|
||||||
var4:
|
|
||||||
var5: false
|
|
||||||
```
|
|
||||||
|
|
|
@ -19,16 +19,16 @@ variable2:
|
||||||
- val1
|
- val1
|
||||||
- val2
|
- val2
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="116a,116a",options="header"]
|
[cols="116a,116a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable1** +
|
**rougail.variable1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `obligatoire` `unique` `multiple` |
|
||||||
A first variable. +
|
A first variable. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* val1
|
* val1
|
||||||
* val2
|
* val2
|
||||||
|
@ -36,28 +36,10 @@ A first variable. +
|
||||||
**rougail.variable2** +
|
**rougail.variable2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `unique` `multiple` |
|
||||||
A second variable. +
|
A second variable. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* val1
|
* val1
|
||||||
* val2
|
* val2
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable1:
|
|
||||||
- a_choice
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable1:
|
|
||||||
- a_choice
|
|
||||||
variable2:
|
|
||||||
- a_choice
|
|
||||||
----
|
|
||||||
|
|
|
@ -23,29 +23,11 @@ variable2:
|
||||||
- val1
|
- val1
|
||||||
- val2
|
- val2
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable1**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A first variable.<br/>**Choices**: <br/>- val1<br/>- val2 |
|
| **rougail.variable1**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` `unique` `multiple` | A first variable.<br/>**Choix**: <br/>- val1<br/>- val2 |
|
||||||
| **rougail.variable2**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | A second variable.<br/>**Choices**: <br/>- val1<br/>- val2 |
|
| **rougail.variable2**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | A second variable.<br/>**Choix**: <br/>- val1<br/>- val2 |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable1:
|
|
||||||
- a_choice
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable1:
|
|
||||||
- a_choice
|
|
||||||
variable2:
|
|
||||||
- a_choice
|
|
||||||
```
|
|
||||||
|
|
|
@ -9,46 +9,35 @@ my_variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
type: choice
|
type: choice
|
||||||
choices:
|
choices:
|
||||||
- type: variable
|
- variable: _.source_variable_1
|
||||||
variable: rougail.source_variable_1
|
- variable: _.source_variable_2
|
||||||
- type: variable
|
|
||||||
variable: rougail.source_variable_2
|
|
||||||
default: val1
|
default: val1
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.source_variable_1** +
|
**rougail.source_variable_1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
The first source variable. +
|
The first source variable. +
|
||||||
**Default**: val1
|
**Défaut**: val1
|
||||||
|
|
|
|
||||||
**rougail.source_variable_2** +
|
**rougail.source_variable_2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
The second source variable. +
|
The second source variable. +
|
||||||
**Default**: val2
|
**Défaut**: val2
|
||||||
|
|
|
|
||||||
**rougail.my_variable** +
|
**rougail.my_variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Choices**:
|
**Choix**:
|
||||||
|
|
||||||
* the value of the variable "rougail.source_variable_1".
|
* la valeur de la variable "rougail.source_variable_1".
|
||||||
* the value of the variable "rougail.source_variable_2".
|
* la valeur de la variable "rougail.source_variable_2".
|
||||||
|
|
||||||
**Default**: val1
|
**Défaut**: val1
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
source_variable_1: val1
|
|
||||||
source_variable_2: val2
|
|
||||||
my_variable: val1
|
|
||||||
----
|
|
||||||
|
|
|
@ -13,27 +13,16 @@ my_variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
type: choice
|
type: choice
|
||||||
choices:
|
choices:
|
||||||
- type: variable
|
- variable: _.source_variable_1
|
||||||
variable: rougail.source_variable_1
|
- variable: _.source_variable_2
|
||||||
- type: variable
|
|
||||||
variable: rougail.source_variable_2
|
|
||||||
default: val1
|
default: val1
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.source_variable_1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first source variable.<br/>**Default**: val1 |
|
| **rougail.source_variable_1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The first source variable.<br/>**Défaut**: val1 |
|
||||||
| **rougail.source_variable_2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second source variable.<br/>**Default**: val2 |
|
| **rougail.source_variable_2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The second source variable.<br/>**Défaut**: val2 |
|
||||||
| **rougail.my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Choices**: <br/>- the value of the variable "rougail.source_variable_1".<br/>- the value of the variable "rougail.source_variable_2".<br/>**Default**: val1 |
|
| **rougail.my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Choix**: <br/>- la valeur de la variable "rougail.source_variable_1".<br/>- la valeur de la variable "rougail.source_variable_2".<br/>**Défaut**: val1 |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
source_variable_1: val1
|
|
||||||
source_variable_2: val2
|
|
||||||
my_variable: val1
|
|
||||||
```
|
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
[,yaml]
|
[,yaml]
|
||||||
----
|
----
|
||||||
version: '1.1'
|
version: '1.1'
|
||||||
|
|
||||||
variable:
|
variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ param1 }}_{{ param2 }}_{{ param3 }}_{{ param4 }}
|
{{ param1 }}_{{ param2 }}_{{ param3 }}_{{ param4 }}
|
||||||
params:
|
params:
|
||||||
|
@ -16,23 +16,16 @@ variable:
|
||||||
param4:
|
param4:
|
||||||
description: concat all parameters
|
description: concat all parameters
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: concat all parameters.
|
**Défaut**: concat all parameters.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: string_1_True_None
|
|
||||||
----
|
|
||||||
|
|
|
@ -7,10 +7,10 @@ include_toc: true
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
version: '1.1'
|
version: '1.1'
|
||||||
|
|
||||||
variable:
|
variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ param1 }}_{{ param2 }}_{{ param3 }}_{{ param4 }}
|
{{ param1 }}_{{ param2 }}_{{ param3 }}_{{ param4 }}
|
||||||
params:
|
params:
|
||||||
|
@ -20,17 +20,10 @@ variable:
|
||||||
param4:
|
param4:
|
||||||
description: concat all parameters
|
description: concat all parameters
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: concat all parameters. |
|
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: concat all parameters. |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: string_1_True_None
|
|
||||||
```
|
|
||||||
|
|
|
@ -6,7 +6,6 @@ version: '1.1'
|
||||||
var:
|
var:
|
||||||
description: a variable
|
description: a variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: '{{ information }}'
|
jinja: '{{ information }}'
|
||||||
params:
|
params:
|
||||||
information:
|
information:
|
||||||
|
@ -15,30 +14,16 @@ var:
|
||||||
variable: _.var
|
variable: _.var
|
||||||
description: returns the information
|
description: returns the information
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var** +
|
**rougail.var** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: returns the information.
|
**Défaut**: returns the information.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var: example
|
|
||||||
----
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ version: '1.1'
|
||||||
var:
|
var:
|
||||||
description: a variable
|
description: a variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: '{{ information }}'
|
jinja: '{{ information }}'
|
||||||
params:
|
params:
|
||||||
information:
|
information:
|
||||||
|
@ -19,24 +18,10 @@ var:
|
||||||
variable: _.var
|
variable: _.var
|
||||||
description: returns the information
|
description: returns the information
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: returns the information. |
|
| **rougail.var**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: returns the information. |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var: example
|
|
||||||
```
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ var1: # a first variable
|
||||||
var2:
|
var2:
|
||||||
description: a second variable
|
description: a second variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ information }}
|
{{ information }}
|
||||||
params:
|
params:
|
||||||
|
@ -16,36 +15,20 @@ var2:
|
||||||
information: test_information
|
information: test_information
|
||||||
variable: _.var1
|
variable: _.var1
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
A first variable.
|
A first variable.
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A second variable. +
|
A second variable. +
|
||||||
**Default**: issu d'un calcul.
|
**Défaut**: depends on a calculation.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
----
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ var1: # a first variable
|
||||||
var2:
|
var2:
|
||||||
description: a second variable
|
description: a second variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ information }}
|
{{ information }}
|
||||||
params:
|
params:
|
||||||
|
@ -20,27 +19,11 @@ var2:
|
||||||
information: test_information
|
information: test_information
|
||||||
variable: _.var1
|
variable: _.var1
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first variable. |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | A first variable. |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.<br/>**Default**: issu d'un calcul. |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A second variable.<br/>**Défaut**: depends on a calculation. |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
```
|
|
||||||
|
|
35
tests/docs/base/00_9default_calculation_multi_optional.adoc
Normal file
35
tests/docs/base/00_9default_calculation_multi_optional.adoc
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
== dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
[,yaml]
|
||||||
|
----
|
||||||
|
version: 1.1
|
||||||
|
my_variable:
|
||||||
|
default: val1
|
||||||
|
my_calculated_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
- variable: _.my_variable
|
||||||
|
optional: true
|
||||||
|
- variable: _.my_variable_unexists
|
||||||
|
optional: true
|
||||||
|
----
|
||||||
|
== Variables pour "rougail"
|
||||||
|
|
||||||
|
[cols="130a,130a",options="header"]
|
||||||
|
|====
|
||||||
|
| Variable | Description
|
||||||
|
|
|
||||||
|
**rougail.my_variable** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
|
My_variable. +
|
||||||
|
**Défaut**: val1
|
||||||
|
|
|
||||||
|
**rougail.my_calculated_variable** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
|
My_calculated_variable. +
|
||||||
|
**Défaut**:
|
||||||
|
|
||||||
|
* la valeur de la variable "rougail.my_variable".
|
||||||
|
|====
|
||||||
|
|
||||||
|
|
27
tests/docs/base/00_9default_calculation_multi_optional.md
Normal file
27
tests/docs/base/00_9default_calculation_multi_optional.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
# dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: 1.1
|
||||||
|
my_variable:
|
||||||
|
default: val1
|
||||||
|
my_calculated_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
- variable: _.my_variable
|
||||||
|
optional: true
|
||||||
|
- variable: _.my_variable_unexists
|
||||||
|
optional: true
|
||||||
|
```
|
||||||
|
# Variables pour "rougail"
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **rougail.my_variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | My_variable.<br/>**Défaut**: val1 |
|
||||||
|
| **rougail.my_calculated_variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | My_calculated_variable.<br/>**Défaut**: <br/>- la valeur de la variable "rougail.my_variable". |
|
||||||
|
|
||||||
|
|
35
tests/docs/base/00_9default_calculation_multi_optional2.adoc
Normal file
35
tests/docs/base/00_9default_calculation_multi_optional2.adoc
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
== dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
[,yaml]
|
||||||
|
----
|
||||||
|
version: 1.1
|
||||||
|
my_variable:
|
||||||
|
default: val1
|
||||||
|
my_calculated_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
- variable: _.my_variable_unexists
|
||||||
|
optional: true
|
||||||
|
- variable: _.my_variable
|
||||||
|
optional: true
|
||||||
|
----
|
||||||
|
== Variables pour "rougail"
|
||||||
|
|
||||||
|
[cols="130a,130a",options="header"]
|
||||||
|
|====
|
||||||
|
| Variable | Description
|
||||||
|
|
|
||||||
|
**rougail.my_variable** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
|
My_variable. +
|
||||||
|
**Défaut**: val1
|
||||||
|
|
|
||||||
|
**rougail.my_calculated_variable** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
|
My_calculated_variable. +
|
||||||
|
**Défaut**:
|
||||||
|
|
||||||
|
* la valeur de la variable "rougail.my_variable_unexists".
|
||||||
|
|====
|
||||||
|
|
||||||
|
|
27
tests/docs/base/00_9default_calculation_multi_optional2.md
Normal file
27
tests/docs/base/00_9default_calculation_multi_optional2.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
# dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: 1.1
|
||||||
|
my_variable:
|
||||||
|
default: val1
|
||||||
|
my_calculated_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
- variable: _.my_variable_unexists
|
||||||
|
optional: true
|
||||||
|
- variable: _.my_variable
|
||||||
|
optional: true
|
||||||
|
```
|
||||||
|
# Variables pour "rougail"
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **rougail.my_variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | My_variable.<br/>**Défaut**: val1 |
|
||||||
|
| **rougail.my_calculated_variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | My_calculated_variable.<br/>**Défaut**: <br/>- la valeur de la variable "rougail.my_variable_unexists". |
|
||||||
|
|
||||||
|
|
23
tests/docs/base/00_9default_calculation_optional.adoc
Normal file
23
tests/docs/base/00_9default_calculation_optional.adoc
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
== dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
[,yaml]
|
||||||
|
----
|
||||||
|
version: 1.1
|
||||||
|
my_calculated_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
variable: _.my_variable
|
||||||
|
optional: true
|
||||||
|
----
|
||||||
|
== Variables pour "rougail"
|
||||||
|
|
||||||
|
[cols="130a,130a",options="header"]
|
||||||
|
|====
|
||||||
|
| Variable | Description
|
||||||
|
|
|
||||||
|
**rougail.my_calculated_variable** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
|
My_calculated_variable.
|
||||||
|
|====
|
||||||
|
|
||||||
|
|
22
tests/docs/base/00_9default_calculation_optional.md
Normal file
22
tests/docs/base/00_9default_calculation_optional.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
# dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: 1.1
|
||||||
|
my_calculated_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
variable: _.my_variable
|
||||||
|
optional: true
|
||||||
|
```
|
||||||
|
# Variables pour "rougail"
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **rougail.my_calculated_variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | My_calculated_variable. |
|
||||||
|
|
||||||
|
|
37
tests/docs/base/00_9default_calculation_optional_exists.adoc
Normal file
37
tests/docs/base/00_9default_calculation_optional_exists.adoc
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
== dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
[,yaml]
|
||||||
|
----
|
||||||
|
version: 1.1
|
||||||
|
my_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
- val1
|
||||||
|
- val2
|
||||||
|
my_calculated_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
variable: _.my_variable
|
||||||
|
optional: true
|
||||||
|
----
|
||||||
|
== Variables pour "rougail"
|
||||||
|
|
||||||
|
[cols="130a,130a",options="header"]
|
||||||
|
|====
|
||||||
|
| Variable | Description
|
||||||
|
|
|
||||||
|
**rougail.my_variable** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
|
My_variable. +
|
||||||
|
**Défaut**:
|
||||||
|
|
||||||
|
* val1
|
||||||
|
* val2
|
||||||
|
|
|
||||||
|
**rougail.my_calculated_variable** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
|
My_calculated_variable. +
|
||||||
|
**Défaut**: la valeur de la variable "rougail.my_variable".
|
||||||
|
|====
|
||||||
|
|
||||||
|
|
28
tests/docs/base/00_9default_calculation_optional_exists.md
Normal file
28
tests/docs/base/00_9default_calculation_optional_exists.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
# dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: 1.1
|
||||||
|
my_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
- val1
|
||||||
|
- val2
|
||||||
|
my_calculated_variable:
|
||||||
|
multi: true
|
||||||
|
default:
|
||||||
|
variable: _.my_variable
|
||||||
|
optional: true
|
||||||
|
```
|
||||||
|
# Variables pour "rougail"
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **rougail.my_variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | My_variable.<br/>**Défaut**: <br/>- val1<br/>- val2 |
|
||||||
|
| **rougail.my_calculated_variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | My_calculated_variable.<br/>**Défaut**: la valeur de la variable "rougail.my_variable". |
|
||||||
|
|
||||||
|
|
|
@ -6,49 +6,37 @@ version: '1.1'
|
||||||
var1:
|
var1:
|
||||||
description: a first variable
|
description: a first variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: '{% if var2 is defined %} {{ var2 }} {% elif var3 is defined %} {{ var3
|
jinja: '{% if var2 is defined %} {{ var2 }} {% elif var3 is defined %} {{ var3
|
||||||
}} {% elif var4 is defined %} {{ var4 }} {% else %} {{ _.var2 }} {% endif %} '
|
}} {% elif var4 is defined %} {{ var4 }} {% else %} {{ _.var2 }} {% endif %} '
|
||||||
params:
|
params:
|
||||||
var2:
|
var2:
|
||||||
type: variable
|
|
||||||
variable: _.var2
|
variable: _.var2
|
||||||
optional: true
|
optional: true
|
||||||
var3:
|
var3:
|
||||||
type: variable
|
|
||||||
variable: _.var3
|
variable: _.var3
|
||||||
optional: true
|
optional: true
|
||||||
var4:
|
var4:
|
||||||
type: variable
|
|
||||||
variable: _.unknown_family.var
|
variable: _.unknown_family.var
|
||||||
optional: true
|
optional: true
|
||||||
description: returns a value
|
description: returns a value
|
||||||
mandatory: false
|
mandatory: false
|
||||||
var2: no # a second variable
|
var2: no # a second variable
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` |
|
||||||
A first variable. +
|
A first variable. +
|
||||||
**Default**: returns a value.
|
**Défaut**: returns a value.
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A second variable. +
|
A second variable. +
|
||||||
**Default**: no
|
**Défaut**: no
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: no
|
|
||||||
var2: no
|
|
||||||
----
|
|
||||||
|
|
|
@ -10,39 +10,27 @@ version: '1.1'
|
||||||
var1:
|
var1:
|
||||||
description: a first variable
|
description: a first variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: '{% if var2 is defined %} {{ var2 }} {% elif var3 is defined %} {{ var3
|
jinja: '{% if var2 is defined %} {{ var2 }} {% elif var3 is defined %} {{ var3
|
||||||
}} {% elif var4 is defined %} {{ var4 }} {% else %} {{ _.var2 }} {% endif %} '
|
}} {% elif var4 is defined %} {{ var4 }} {% else %} {{ _.var2 }} {% endif %} '
|
||||||
params:
|
params:
|
||||||
var2:
|
var2:
|
||||||
type: variable
|
|
||||||
variable: _.var2
|
variable: _.var2
|
||||||
optional: true
|
optional: true
|
||||||
var3:
|
var3:
|
||||||
type: variable
|
|
||||||
variable: _.var3
|
variable: _.var3
|
||||||
optional: true
|
optional: true
|
||||||
var4:
|
var4:
|
||||||
type: variable
|
|
||||||
variable: _.unknown_family.var
|
variable: _.unknown_family.var
|
||||||
optional: true
|
optional: true
|
||||||
description: returns a value
|
description: returns a value
|
||||||
mandatory: false
|
mandatory: false
|
||||||
var2: no # a second variable
|
var2: no # a second variable
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A first variable.<br/>**Default**: returns a value. |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A first variable.<br/>**Défaut**: returns a value. |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.<br/>**Default**: no |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A second variable.<br/>**Défaut**: no |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: no
|
|
||||||
var2: no
|
|
||||||
```
|
|
||||||
|
|
|
@ -11,36 +11,20 @@ var2:
|
||||||
information: test_information
|
information: test_information
|
||||||
variable: _.var1
|
variable: _.var1
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
A first variable.
|
A first variable.
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A second variable. +
|
A second variable. +
|
||||||
**Default**: value of the information.
|
**Défaut**: la valeur de information.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
----
|
|
||||||
|
|
|
@ -15,27 +15,11 @@ var2:
|
||||||
information: test_information
|
information: test_information
|
||||||
variable: _.var1
|
variable: _.var1
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first variable. |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | A first variable. |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.<br/>**Default**: value of the information. |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A second variable.<br/>**Défaut**: la valeur de information. |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1: example
|
|
||||||
var2: example
|
|
||||||
```
|
|
||||||
|
|
|
@ -5,10 +5,8 @@
|
||||||
version: '1.1'
|
version: '1.1'
|
||||||
var:
|
var:
|
||||||
description: a variable
|
description: a variable
|
||||||
type: choice
|
|
||||||
default: 9
|
default: 9
|
||||||
choices:
|
choices:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{% for item in trange(0, 10) %}
|
{% for item in trange(0, 10) %}
|
||||||
{{ item }}
|
{{ item }}
|
||||||
|
@ -16,24 +14,17 @@ var:
|
||||||
return_type: number
|
return_type: number
|
||||||
description: choice for 0 to 9
|
description: choice for 0 to 9
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var** +
|
**rougail.var** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Choices**: choice for 0 to 9. +
|
**Choix**: choice for 0 to 9. +
|
||||||
**Default**: 9
|
**Défaut**: 9
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var: 9
|
|
||||||
----
|
|
||||||
|
|
|
@ -9,10 +9,8 @@ include_toc: true
|
||||||
version: '1.1'
|
version: '1.1'
|
||||||
var:
|
var:
|
||||||
description: a variable
|
description: a variable
|
||||||
type: choice
|
|
||||||
default: 9
|
default: 9
|
||||||
choices:
|
choices:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{% for item in trange(0, 10) %}
|
{% for item in trange(0, 10) %}
|
||||||
{{ item }}
|
{{ item }}
|
||||||
|
@ -20,17 +18,10 @@ var:
|
||||||
return_type: number
|
return_type: number
|
||||||
description: choice for 0 to 9
|
description: choice for 0 to 9
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Choices**: choice for 0 to 9.<br/>**Default**: 9 |
|
| **rougail.var**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Choix**: choice for 0 to 9.<br/>**Défaut**: 9 |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var: 9
|
|
||||||
```
|
|
||||||
|
|
|
@ -13,42 +13,32 @@ version: '1.1'
|
||||||
variable:
|
variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: no
|
jinja: no
|
||||||
description: return no
|
description: return no
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: rougail
|
**Défaut**: rougail
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Variables for "extra"
|
== Variables pour "extra"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**extra.variable** +
|
**extra.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: return no.
|
**Défaut**: return no.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: rougail
|
|
||||||
extra:
|
|
||||||
variable: no
|
|
||||||
----
|
|
||||||
|
|
|
@ -17,30 +17,20 @@ version: '1.1'
|
||||||
variable:
|
variable:
|
||||||
description: a variable
|
description: a variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: no
|
jinja: no
|
||||||
description: return no
|
description: return no
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: rougail |
|
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: rougail |
|
||||||
|
|
||||||
|
|
||||||
# Variables for "extra"
|
# Variables pour "extra"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **extra.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: return no. |
|
| **extra.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: return no. |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: rougail
|
|
||||||
extra:
|
|
||||||
variable: no
|
|
||||||
```
|
|
||||||
|
|
|
@ -13,71 +13,56 @@ version: '1.1'
|
||||||
variable1:
|
variable1:
|
||||||
description: a first variable
|
description: a first variable
|
||||||
default:
|
default:
|
||||||
type: variable
|
|
||||||
variable: rougail.variable
|
variable: rougail.variable
|
||||||
variable2:
|
variable2:
|
||||||
description: a second variable
|
description: a second variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ rougail.variable }}
|
{{ rougail.variable }}
|
||||||
description: copy the value of rougail.variable
|
description: copy the value of rougail.variable
|
||||||
variable3:
|
variable3:
|
||||||
description: a third variable
|
description: a third variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ variable }}
|
{{ variable }}
|
||||||
params:
|
params:
|
||||||
variable:
|
variable:
|
||||||
type: variable
|
|
||||||
variable: rougail.variable
|
variable: rougail.variable
|
||||||
description: copy the value of rougail.variable
|
description: copy the value of rougail.variable
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**: value
|
**Défaut**: value
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Variables for "extra"
|
== Variables pour "extra"
|
||||||
|
|
||||||
[cols="108a,108a",options="header"]
|
[cols="110a,110a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**extra.variable1** +
|
**extra.variable1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A first variable. +
|
A first variable. +
|
||||||
**Default**: the value of the variable "rougail.variable".
|
**Défaut**: la valeur de la variable "rougail.variable".
|
||||||
|
|
|
|
||||||
**extra.variable2** +
|
**extra.variable2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A second variable. +
|
A second variable. +
|
||||||
**Default**: copy the value of rougail.variable.
|
**Défaut**: copy the value of rougail.variable.
|
||||||
|
|
|
|
||||||
**extra.variable3** +
|
**extra.variable3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
||||||
A third variable. +
|
A third variable. +
|
||||||
**Default**: copy the value of rougail.variable.
|
**Défaut**: copy the value of rougail.variable.
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable: value
|
|
||||||
extra:
|
|
||||||
variable1: value
|
|
||||||
variable2: value
|
|
||||||
variable3: value
|
|
||||||
----
|
|
||||||
|
|
|
@ -17,51 +17,36 @@ version: '1.1'
|
||||||
variable1:
|
variable1:
|
||||||
description: a first variable
|
description: a first variable
|
||||||
default:
|
default:
|
||||||
type: variable
|
|
||||||
variable: rougail.variable
|
variable: rougail.variable
|
||||||
variable2:
|
variable2:
|
||||||
description: a second variable
|
description: a second variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ rougail.variable }}
|
{{ rougail.variable }}
|
||||||
description: copy the value of rougail.variable
|
description: copy the value of rougail.variable
|
||||||
variable3:
|
variable3:
|
||||||
description: a third variable
|
description: a third variable
|
||||||
default:
|
default:
|
||||||
type: jinja
|
|
||||||
jinja: |
|
jinja: |
|
||||||
{{ variable }}
|
{{ variable }}
|
||||||
params:
|
params:
|
||||||
variable:
|
variable:
|
||||||
type: variable
|
|
||||||
variable: rougail.variable
|
variable: rougail.variable
|
||||||
description: copy the value of rougail.variable
|
description: copy the value of rougail.variable
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Default**: value |
|
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A variable.<br/>**Défaut**: value |
|
||||||
|
|
||||||
|
|
||||||
# Variables for "extra"
|
# Variables pour "extra"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **extra.variable1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.<br/>**Default**: the value of the variable "rougail.variable". |
|
| **extra.variable1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A first variable.<br/>**Défaut**: la valeur de la variable "rougail.variable". |
|
||||||
| **extra.variable2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.<br/>**Default**: copy the value of rougail.variable. |
|
| **extra.variable2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A second variable.<br/>**Défaut**: copy the value of rougail.variable. |
|
||||||
| **extra.variable3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.<br/>**Default**: copy the value of rougail.variable. |
|
| **extra.variable3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A third variable.<br/>**Défaut**: copy the value of rougail.variable. |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable: value
|
|
||||||
extra:
|
|
||||||
variable1: value
|
|
||||||
variable2: value
|
|
||||||
variable3: value
|
|
||||||
```
|
|
||||||
|
|
|
@ -38,89 +38,67 @@ var8:
|
||||||
default:
|
default:
|
||||||
- true
|
- true
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="129a,129a",options="header"]
|
[cols="131a,131a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The first variable. +
|
The first variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* true
|
* true
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The second variable. +
|
The second variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* true
|
* true
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The third variable. +
|
The third variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* true
|
* true
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The forth variable. +
|
The forth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* false
|
* false
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* false
|
* false
|
||||||
|
|
|
|
||||||
**rougail.var6** +
|
**rougail.var6** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The sixth variable. +
|
The sixth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* false
|
* false
|
||||||
|
|
|
|
||||||
**rougail.var7** +
|
**rougail.var7** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The seventh variable. +
|
The seventh variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* true
|
* true
|
||||||
|
|
|
|
||||||
**rougail.var8** +
|
**rougail.var8** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The eighth variable. +
|
The eighth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* true
|
* true
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- true
|
|
||||||
var2:
|
|
||||||
- true
|
|
||||||
var3:
|
|
||||||
- true
|
|
||||||
var4:
|
|
||||||
- false
|
|
||||||
var5:
|
|
||||||
- false
|
|
||||||
var6:
|
|
||||||
- false
|
|
||||||
var7:
|
|
||||||
- true
|
|
||||||
var8:
|
|
||||||
- true
|
|
||||||
----
|
|
||||||
|
|
|
@ -42,39 +42,17 @@ var8:
|
||||||
default:
|
default:
|
||||||
- true
|
- true
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.<br/>**Default**: <br/>- true |
|
| **rougail.var1**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The first variable.<br/>**Défaut**: <br/>- true |
|
||||||
| **rougail.var2**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.<br/>**Default**: <br/>- true |
|
| **rougail.var2**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The second variable.<br/>**Défaut**: <br/>- true |
|
||||||
| **rougail.var3**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.<br/>**Default**: <br/>- true |
|
| **rougail.var3**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The third variable.<br/>**Défaut**: <br/>- true |
|
||||||
| **rougail.var4**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.<br/>**Default**: <br/>- false |
|
| **rougail.var4**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The forth variable.<br/>**Défaut**: <br/>- false |
|
||||||
| **rougail.var5**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.<br/>**Default**: <br/>- false |
|
| **rougail.var5**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The fifth variable.<br/>**Défaut**: <br/>- false |
|
||||||
| **rougail.var6**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.<br/>**Default**: <br/>- false |
|
| **rougail.var6**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The sixth variable.<br/>**Défaut**: <br/>- false |
|
||||||
| **rougail.var7**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.<br/>**Default**: <br/>- true |
|
| **rougail.var7**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The seventh variable.<br/>**Défaut**: <br/>- true |
|
||||||
| **rougail.var8**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.<br/>**Default**: <br/>- true |
|
| **rougail.var8**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The eighth variable.<br/>**Défaut**: <br/>- true |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- true
|
|
||||||
var2:
|
|
||||||
- true
|
|
||||||
var3:
|
|
||||||
- true
|
|
||||||
var4:
|
|
||||||
- false
|
|
||||||
var5:
|
|
||||||
- false
|
|
||||||
var6:
|
|
||||||
- false
|
|
||||||
var7:
|
|
||||||
- true
|
|
||||||
var8:
|
|
||||||
- true
|
|
||||||
```
|
|
||||||
|
|
|
@ -13,40 +13,22 @@ custom2:
|
||||||
default:
|
default:
|
||||||
- value
|
- value
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="128a,128a",options="header"]
|
[cols="130a,130a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.custom1** +
|
**rougail.custom1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `basic` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `basic` `obligatoire` `unique` `multiple` |
|
||||||
A first custom variable.
|
A first custom variable.
|
||||||
|
|
|
|
||||||
**rougail.custom2** +
|
**rougail.custom2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
A second custom variable. +
|
A second custom variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* value
|
* value
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
custom1:
|
|
||||||
- xxx
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
custom1:
|
|
||||||
- xxx
|
|
||||||
custom2:
|
|
||||||
- value
|
|
||||||
----
|
|
||||||
|
|
|
@ -17,29 +17,11 @@ custom2:
|
||||||
default:
|
default:
|
||||||
- value
|
- value
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.custom1**<br/>[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A first custom variable. |
|
| **rougail.custom1**<br/>[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` `unique` `multiple` | A first custom variable. |
|
||||||
| **rougail.custom2**<br/>[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second custom variable.<br/>**Default**: <br/>- value |
|
| **rougail.custom2**<br/>[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | A second custom variable.<br/>**Défaut**: <br/>- value |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
custom1:
|
|
||||||
- xxx
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
custom1:
|
|
||||||
- xxx
|
|
||||||
custom2:
|
|
||||||
- value
|
|
||||||
```
|
|
||||||
|
|
|
@ -38,89 +38,67 @@ var8:
|
||||||
default:
|
default:
|
||||||
- 0.0
|
- 0.0
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="127a,127a",options="header"]
|
[cols="129a,129a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The first variable. +
|
The first variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0.0
|
* 0.0
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The second variable. +
|
The second variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0.0
|
* 0.0
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The third variable. +
|
The third variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0.0
|
* 0.0
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The forth variable. +
|
The forth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 10.1
|
* 10.1
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 10.1
|
* 10.1
|
||||||
|
|
|
|
||||||
**rougail.var6** +
|
**rougail.var6** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The sixth variable. +
|
The sixth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 10.1
|
* 10.1
|
||||||
|
|
|
|
||||||
**rougail.var7** +
|
**rougail.var7** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The seventh variable. +
|
The seventh variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0.0
|
* 0.0
|
||||||
|
|
|
|
||||||
**rougail.var8** +
|
**rougail.var8** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The eighth variable. +
|
The eighth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0.0
|
* 0.0
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- 0.0
|
|
||||||
var2:
|
|
||||||
- 0.0
|
|
||||||
var3:
|
|
||||||
- 0.0
|
|
||||||
var4:
|
|
||||||
- 10.1
|
|
||||||
var5:
|
|
||||||
- 10.1
|
|
||||||
var6:
|
|
||||||
- 10.1
|
|
||||||
var7:
|
|
||||||
- 0.0
|
|
||||||
var8:
|
|
||||||
- 0.0
|
|
||||||
----
|
|
||||||
|
|
|
@ -42,39 +42,17 @@ var8:
|
||||||
default:
|
default:
|
||||||
- 0.0
|
- 0.0
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.<br/>**Default**: <br/>- 0.0 |
|
| **rougail.var1**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The first variable.<br/>**Défaut**: <br/>- 0.0 |
|
||||||
| **rougail.var2**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.<br/>**Default**: <br/>- 0.0 |
|
| **rougail.var2**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The second variable.<br/>**Défaut**: <br/>- 0.0 |
|
||||||
| **rougail.var3**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.<br/>**Default**: <br/>- 0.0 |
|
| **rougail.var3**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The third variable.<br/>**Défaut**: <br/>- 0.0 |
|
||||||
| **rougail.var4**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.<br/>**Default**: <br/>- 10.1 |
|
| **rougail.var4**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The forth variable.<br/>**Défaut**: <br/>- 10.1 |
|
||||||
| **rougail.var5**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.<br/>**Default**: <br/>- 10.1 |
|
| **rougail.var5**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The fifth variable.<br/>**Défaut**: <br/>- 10.1 |
|
||||||
| **rougail.var6**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.<br/>**Default**: <br/>- 10.1 |
|
| **rougail.var6**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The sixth variable.<br/>**Défaut**: <br/>- 10.1 |
|
||||||
| **rougail.var7**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.<br/>**Default**: <br/>- 0.0 |
|
| **rougail.var7**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The seventh variable.<br/>**Défaut**: <br/>- 0.0 |
|
||||||
| **rougail.var8**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.<br/>**Default**: <br/>- 0.0 |
|
| **rougail.var8**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The eighth variable.<br/>**Défaut**: <br/>- 0.0 |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- 0.0
|
|
||||||
var2:
|
|
||||||
- 0.0
|
|
||||||
var3:
|
|
||||||
- 0.0
|
|
||||||
var4:
|
|
||||||
- 10.1
|
|
||||||
var5:
|
|
||||||
- 10.1
|
|
||||||
var6:
|
|
||||||
- 10.1
|
|
||||||
var7:
|
|
||||||
- 0.0
|
|
||||||
var8:
|
|
||||||
- 0.0
|
|
||||||
```
|
|
||||||
|
|
|
@ -38,89 +38,67 @@ var8:
|
||||||
default:
|
default:
|
||||||
- 0
|
- 0
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="128a,128a",options="header"]
|
[cols="130a,130a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The first variable. +
|
The first variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0
|
* 0
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The second variable. +
|
The second variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0
|
* 0
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The third variable. +
|
The third variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0
|
* 0
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The forth variable. +
|
The forth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 10
|
* 10
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 10
|
* 10
|
||||||
|
|
|
|
||||||
**rougail.var6** +
|
**rougail.var6** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The sixth variable. +
|
The sixth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 10
|
* 10
|
||||||
|
|
|
|
||||||
**rougail.var7** +
|
**rougail.var7** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The seventh variable. +
|
The seventh variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0
|
* 0
|
||||||
|
|
|
|
||||||
**rougail.var8** +
|
**rougail.var8** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The eighth variable. +
|
The eighth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* 0
|
* 0
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- 0
|
|
||||||
var2:
|
|
||||||
- 0
|
|
||||||
var3:
|
|
||||||
- 0
|
|
||||||
var4:
|
|
||||||
- 10
|
|
||||||
var5:
|
|
||||||
- 10
|
|
||||||
var6:
|
|
||||||
- 10
|
|
||||||
var7:
|
|
||||||
- 0
|
|
||||||
var8:
|
|
||||||
- 0
|
|
||||||
----
|
|
||||||
|
|
|
@ -42,39 +42,17 @@ var8:
|
||||||
default:
|
default:
|
||||||
- 0
|
- 0
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.<br/>**Default**: <br/>- 0 |
|
| **rougail.var1**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The first variable.<br/>**Défaut**: <br/>- 0 |
|
||||||
| **rougail.var2**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.<br/>**Default**: <br/>- 0 |
|
| **rougail.var2**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The second variable.<br/>**Défaut**: <br/>- 0 |
|
||||||
| **rougail.var3**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.<br/>**Default**: <br/>- 0 |
|
| **rougail.var3**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The third variable.<br/>**Défaut**: <br/>- 0 |
|
||||||
| **rougail.var4**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.<br/>**Default**: <br/>- 10 |
|
| **rougail.var4**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The forth variable.<br/>**Défaut**: <br/>- 10 |
|
||||||
| **rougail.var5**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.<br/>**Default**: <br/>- 10 |
|
| **rougail.var5**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The fifth variable.<br/>**Défaut**: <br/>- 10 |
|
||||||
| **rougail.var6**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.<br/>**Default**: <br/>- 10 |
|
| **rougail.var6**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The sixth variable.<br/>**Défaut**: <br/>- 10 |
|
||||||
| **rougail.var7**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.<br/>**Default**: <br/>- 0 |
|
| **rougail.var7**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The seventh variable.<br/>**Défaut**: <br/>- 0 |
|
||||||
| **rougail.var8**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.<br/>**Default**: <br/>- 0 |
|
| **rougail.var8**<br/>[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The eighth variable.<br/>**Défaut**: <br/>- 0 |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- 0
|
|
||||||
var2:
|
|
||||||
- 0
|
|
||||||
var3:
|
|
||||||
- 0
|
|
||||||
var4:
|
|
||||||
- 10
|
|
||||||
var5:
|
|
||||||
- 10
|
|
||||||
var6:
|
|
||||||
- 10
|
|
||||||
var7:
|
|
||||||
- 0
|
|
||||||
var8:
|
|
||||||
- 0
|
|
||||||
```
|
|
||||||
|
|
26
tests/docs/base/01_6string_empty.adoc
Normal file
26
tests/docs/base/01_6string_empty.adoc
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
== dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
[,yaml]
|
||||||
|
----
|
||||||
|
version: '1.1'
|
||||||
|
var1:
|
||||||
|
description: the second variable
|
||||||
|
empty: false
|
||||||
|
default: [value, None]
|
||||||
|
----
|
||||||
|
== Variables pour "rougail"
|
||||||
|
|
||||||
|
[cols="130a,130a",options="header"]
|
||||||
|
|====
|
||||||
|
| Variable | Description
|
||||||
|
|
|
||||||
|
**rougail.var1** +
|
||||||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
|
The second variable. +
|
||||||
|
**Défaut**:
|
||||||
|
|
||||||
|
* value
|
||||||
|
* None
|
||||||
|
|====
|
||||||
|
|
||||||
|
|
21
tests/docs/base/01_6string_empty.md
Normal file
21
tests/docs/base/01_6string_empty.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
# dictionaries/rougail/00-base.yml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: '1.1'
|
||||||
|
var1:
|
||||||
|
description: the second variable
|
||||||
|
empty: false
|
||||||
|
default: [value, None]
|
||||||
|
```
|
||||||
|
# Variables pour "rougail"
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The second variable.<br/>**Défaut**: <br/>- value<br/>- None |
|
||||||
|
|
||||||
|
|
|
@ -34,90 +34,58 @@ var8:
|
||||||
default:
|
default:
|
||||||
- value
|
- value
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="128a,128a",options="header"]
|
[cols="130a,130a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.var1** +
|
**rougail.var1** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` `unique` `multiple` |
|
||||||
The first variable.
|
The first variable.
|
||||||
|
|
|
|
||||||
**rougail.var2** +
|
**rougail.var2** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` `unique` `multiple` |
|
||||||
The second variable.
|
The second variable.
|
||||||
|
|
|
|
||||||
**rougail.var3** +
|
**rougail.var3** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
||||||
The third variable.
|
The third variable.
|
||||||
|
|
|
|
||||||
**rougail.var4** +
|
**rougail.var4** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The forth variable. +
|
The forth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* value
|
* value
|
||||||
|
|
|
|
||||||
**rougail.var5** +
|
**rougail.var5** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The fifth variable. +
|
The fifth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* value
|
* value
|
||||||
|
|
|
|
||||||
**rougail.var6** +
|
**rougail.var6** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The sixth variable. +
|
The sixth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* value
|
* value
|
||||||
|
|
|
|
||||||
**rougail.var7** +
|
**rougail.var7** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The seventh variable. +
|
The seventh variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* value
|
* value
|
||||||
|
|
|
|
||||||
**rougail.var8** +
|
**rougail.var8** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
The eighth variable. +
|
The eighth variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* value
|
* value
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- example
|
|
||||||
var2:
|
|
||||||
- example
|
|
||||||
var3: example
|
|
||||||
----
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- example
|
|
||||||
var2:
|
|
||||||
- example
|
|
||||||
var3: example
|
|
||||||
var4:
|
|
||||||
- value
|
|
||||||
var5:
|
|
||||||
- value
|
|
||||||
var6:
|
|
||||||
- value
|
|
||||||
var7:
|
|
||||||
- value
|
|
||||||
var8:
|
|
||||||
- value
|
|
||||||
----
|
|
||||||
|
|
|
@ -38,49 +38,17 @@ var8:
|
||||||
default:
|
default:
|
||||||
- value
|
- value
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | The first variable. |
|
| **rougail.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` `unique` `multiple` | The first variable. |
|
||||||
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | The second variable. |
|
| **rougail.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` `unique` `multiple` | The second variable. |
|
||||||
| **rougail.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable. |
|
| **rougail.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The third variable. |
|
||||||
| **rougail.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.<br/>**Default**: <br/>- value |
|
| **rougail.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The forth variable.<br/>**Défaut**: <br/>- value |
|
||||||
| **rougail.var5**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.<br/>**Default**: <br/>- value |
|
| **rougail.var5**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The fifth variable.<br/>**Défaut**: <br/>- value |
|
||||||
| **rougail.var6**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.<br/>**Default**: <br/>- value |
|
| **rougail.var6**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The sixth variable.<br/>**Défaut**: <br/>- value |
|
||||||
| **rougail.var7**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.<br/>**Default**: <br/>- value |
|
| **rougail.var7**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The seventh variable.<br/>**Défaut**: <br/>- value |
|
||||||
| **rougail.var8**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.<br/>**Default**: <br/>- value |
|
| **rougail.var8**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The eighth variable.<br/>**Défaut**: <br/>- value |
|
||||||
|
|
||||||
|
|
||||||
# Example with mandatory variables not filled in
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- example
|
|
||||||
var2:
|
|
||||||
- example
|
|
||||||
var3: example
|
|
||||||
```
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
var1:
|
|
||||||
- example
|
|
||||||
var2:
|
|
||||||
- example
|
|
||||||
var3: example
|
|
||||||
var4:
|
|
||||||
- value
|
|
||||||
var5:
|
|
||||||
- value
|
|
||||||
var6:
|
|
||||||
- value
|
|
||||||
var7:
|
|
||||||
- value
|
|
||||||
var8:
|
|
||||||
- value
|
|
||||||
```
|
|
||||||
|
|
|
@ -8,26 +8,18 @@ variable:
|
||||||
default:
|
default:
|
||||||
- quote"
|
- quote"
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="128a,128a",options="header"]
|
[cols="130a,130a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* quote"
|
* quote"
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable:
|
|
||||||
- quote"
|
|
||||||
----
|
|
||||||
|
|
|
@ -12,18 +12,10 @@ variable:
|
||||||
default:
|
default:
|
||||||
- quote"
|
- quote"
|
||||||
```
|
```
|
||||||
# Variables for "rougail"
|
# Variables pour "rougail"
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A variable.<br/>**Default**: <br/>- quote" |
|
| **rougail.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | A variable.<br/>**Défaut**: <br/>- quote" |
|
||||||
|
|
||||||
|
|
||||||
# Example with all variables modifiable
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
---
|
|
||||||
rougail:
|
|
||||||
variable:
|
|
||||||
- quote"
|
|
||||||
```
|
|
||||||
|
|
|
@ -8,26 +8,18 @@ variable:
|
||||||
default:
|
default:
|
||||||
- quote'"
|
- quote'"
|
||||||
----
|
----
|
||||||
== Variables for "rougail"
|
== Variables pour "rougail"
|
||||||
|
|
||||||
[cols="128a,128a",options="header"]
|
[cols="130a,130a",options="header"]
|
||||||
|====
|
|====
|
||||||
| Variable | Description
|
| Variable | Description
|
||||||
|
|
|
|
||||||
**rougail.variable** +
|
**rougail.variable** +
|
||||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||||||
A variable. +
|
A variable. +
|
||||||
**Default**:
|
**Défaut**:
|
||||||
|
|
||||||
* quote'"
|
* quote'"
|
||||||
|====
|
|====
|
||||||
|
|
||||||
|
|
||||||
== Example with all variables modifiable
|
|
||||||
|
|
||||||
[,yaml]
|
|
||||||
----
|
|
||||||
rougail:
|
|
||||||
variable:
|
|
||||||
- quote'"
|
|
||||||
----
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue