| Name | Use | Card. | Type | Documentation |
| {{parameter.name}} | {{parameter.use}} | {{iif(parameter.min.exists(), parameter.min.toString(), '0') + '..' + iif(parameter.max.exists(), parameter.max, '1')}} | {{parameter.type + iif(parameter.profile.exists(), '(' + parameter.profile + ')', '')}} | {{parameter.documentation}} |