(Created page with "{{Documentation}} {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {ar...") |
m (1 revision imported) |
(No difference)
|
Latest revision as of 17:27, 28 March 2024
This is a documentation subpage for 'Module:Paramtest'.
It contains usage information, categories, and other content that is not part of the original module page.
This module is unused.
This module is neither invoked by a template nor required/loaded by another module. If this is in error, make sure to add
{{Documentation}}
/{{No documentation}}
to the calling template's or parent's module documentation.Function list |
---|
L 44 — p.is_empty L 52 — p.table_is_empty L 63 — p.default_to L 74 — p.defaults L 89 — p.has_content L 98 — p.table_has_content L 109 — p.ucfirst L 123 — p.ucflc |