mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Yet more function documentation
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@573 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Function: english_plural
|
||||
|
||||
--Usage--
|
||||
> english_plural(some_word)
|
||||
> english_singular(some_word)
|
||||
|
||||
Convert a word to the plural or singular form.
|
||||
|
||||
--Parameters--
|
||||
! Parameter Type Description
|
||||
| @input@ [[type:string]] String to convert
|
||||
|
||||
--Examples--
|
||||
> english_plural("apple") == "apples"
|
||||
> english_plural("berry") == "berries"
|
||||
> english_singular("Red Horses") == "Red Horse"
|
||||
|
||||
Reference in New Issue
Block a user