How can I use Global Lua Modules/String to repeat a string like:
word X
Where X starts being 1, and it's incremented by 1 at each repetition?
In other words, I want to input
|source=word X |count=4
And the result should be:
word 1 word 2 word 3 word 4
Is that possible with that module only?
I couldn't find or understand how to do it with the doc.