Module:Detect singular/doc: Difference between revisions
Jump to navigation
Jump to search
Added the page to Category:Module documentation pages |
m 1 revision imported: Import modules used with Template:Infobox software |
(No difference)
| |
Latest revision as of 16:57, 26 December 2025
| File:Lua-Logo.svg | This module depends on the following other modules: |
Lua to determine whether a string is singular or plural. Designed for use in infoboxes, to determine whether labels should be singular or plural based on the corresponding data, e.g.
{{#invoke:Detect singular|pluralize|Wynken, Blynken, and Nod||singular|plural}} → plural
- See Template:Detect singular for main() usage. Test cases here.
- See Template:Pluralize from text for pluralize() usage (a wrapper around main()). Test cases here.