Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Function Template: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 7: Line 7:
{{{Description|Please write a description and submit to code to autogen it next time}}}
{{{Description|Please write a description and submit to code to autogen it next time}}}
== Syntax ==
== Syntax ==
{{{Name|}}}(array emails);
{{{Name|}}}({{{Parameters|}}});
 
===<span style="color:#DF8621;">'''Arguments'''===
 
''emails'': array. Array of emails.
 
There are 2 ways of using array emails:
 
The first way: Each email is an EmailBlacklist object
 
The second way: Each email is an array with pair of email and comment {email, comment}


== Return type ==
== Return type ==
Number. Number of emails added to Blacklist
{{{ReturnType|}}}

Latest revision as of 05:52, 25 October 2024

THIS IS A TEMPLATE - IT'S BACKUP VERSION IN PAGE: Template:Function Template/backup

Please write a description and submit to code to autogen it next time

Syntax

();

Return type