2025-10-14 12:58:39 +02:00
|
|
|
== A family
|
2024-12-02 20:21:31 +01:00
|
|
|
|
2025-10-02 08:19:18 +02:00
|
|
|
|
|
|
|
|
**general**
|
|
|
|
|
|
2024-12-02 20:21:31 +01:00
|
|
|
`basic`
|
|
|
|
|
|
|
|
|
|
[cols="1a,1a"]
|
|
|
|
|
|====
|
|
|
|
|
| Variable | Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**general.int** +
|
2025-09-23 22:09:33 +02:00
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `basic` `mandatory` |
|
|
|
|
|
A first integer. +
|
2024-12-02 20:21:31 +01:00
|
|
|
**Validators**:
|
|
|
|
|
|
2025-10-29 10:46:57 +01:00
|
|
|
* int and int2 must be different
|
|
|
|
|
* int and int3 must be different
|
2024-12-02 20:21:31 +01:00
|
|
|
|
|
|
|
|
**Example**: 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**general.int2** +
|
2025-09-23 22:09:33 +02:00
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` |
|
|
|
|
|
A second integer. +
|
2024-12-02 20:21:31 +01:00
|
|
|
**Default**: 1
|
|
|
|
|
|====
|
|
|
|
|
|