12 lines
563 B
HTML
12 lines
563 B
HTML
|
|
<h1>New variable</h1>
|
||
|
|
|
||
|
|
<table>
|
||
|
|
<thead>
|
||
|
|
<tr><th>Variable </th><th>Description </th></tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr><td><b>int</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>integer</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>An integer.<br/><b>Validator</b>: the max value is 100</td></tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
|