18 lines
874 B
HTML
18 lines
874 B
HTML
<h1>New variables</h1>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr><th>Variable </th><th>Description </th></tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td><b>rougail.var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The first <variable>.<br/>Multi line
|
|
|
|
<Help>
|
|
|
|
With useful information. </td></tr>
|
|
<tr><td><b>rougail.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>The second <variable>.<br/>Multi line
|
|
<Help>
|
|
With useful information. </td></tr>
|
|
</tbody>
|
|
</table>
|
|
|