2025-10-14 12:58:39 +02:00
|
|
|
== New variables
|
|
|
|
|
|
|
|
|
|
[cols="1a,1a"]
|
|
|
|
|
|====
|
|
|
|
|
| Variable | Description
|
2025-11-12 19:33:56 +01:00
|
|
|
| **var1** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The first variable. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Example**: test
|
2025-11-12 19:33:56 +01:00
|
|
|
| **var2** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | The second variable. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Default**: value +
|
|
|
|
|
**Example**: test
|
2025-11-12 19:33:56 +01:00
|
|
|
| **var3** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Examples**:
|
|
|
|
|
|
|
|
|
|
* test1
|
|
|
|
|
* test2
|
2025-11-12 19:33:56 +01:00
|
|
|
| **var4** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | The forth variable. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Examples**:
|
|
|
|
|
|
|
|
|
|
* null
|
|
|
|
|
* test1
|
|
|
|
|
* test2
|
2025-11-12 19:33:56 +01:00
|
|
|
| **var5** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | The fifth variable. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Default**: true +
|
|
|
|
|
**Example**: false
|
2025-11-12 19:33:56 +01:00
|
|
|
| **var6** +
|
2025-11-29 22:21:06 +01:00
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `basic` `mandatory` `unique` | The sixth variable. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Examples**:
|
|
|
|
|
|
|
|
|
|
* test1
|
|
|
|
|
* test2
|
|
|
|
|
|====
|
|
|
|
|
|