| #csvX# | X refers to the X nth column of the csvX |
| #num# | Automatic numbering |
| #rndX# | Randomize a number between 1 and X |
| #rndX:Y# | Randomize a number between X and Y |
| #X# text | Repeat the content 'text' X times. |
| #X+# text | Reproduce the content of 'text' for a number of repeats equal or greater than X. |
| #-X# text | Reproduce the content of 'text' for each repeat inferior to the (number of repeat)-X . |
| #[first]# text | Reproduce the content of 'text' in the first repeat. |
| #[last]# text | Reproduce the content of 'text' in the last repeat. |