I could do it as you said with:
In my case I used:
for i in range(1,20):
... new_folder.addParmTemplate(hou.StringParmTemplate("parm"+str(i), "Label"+str(i), 1, default_value=([""]), naming_scheme=hou.parmNamingScheme.Base1, string_type=hou.stringParmType.NodeReference, menu_items=([]), menu_labels=([]), icon_names=([]), item_generator_script="", item_generator_script_language=hou.scriptLanguage.Python, menu_type=hou.menuType.Normal))
...
But, do we really have to use that full line of code?
Is there a shorter reference to call an "operator path"?
Thanks