Difference between revisions of "Template:Function Template"

From Catglobe Wiki
Jump to: navigation, search
 
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 06: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