format_format_plural
Pluralize a word based on a count. Provide count and singular noun; optionally specify a custom plural form or choose to include the count in the output.
Instructions
[format] Pluralize: format_plural(3, 'item') → '3 items'. Optional custom plural form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| singular | Yes | ||
| plural | No | ||
| include_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |