Template repeater Parameter

Hello.
The values of an integer parameter start by default at zero.
When I put it to repeat 5 times for example it goes from 0 to 4 but I would like to show from 1 to 5 and the tags match. it’s possible?

According to the documentation the answer is no.
If you want to do a repeat pattern other than the default that starts at zero, you can use the dataset repeat pattern.