Difference between pages "User:StDoodle/Requests for Deletion" and "Batch open"

From Kolmafia
< User:StDoodle(Difference between pages)
Jump to navigation Jump to search
imported>StDoodle
m
 
imported>Bale
m (markup fix)
 
Line 1: Line 1:
<p>For [[User:fewyn|fewyn]] to reference for page deletions.</p>
+
{{
 +
#vardefine:name|batch_open}}{{
 +
#vardefine:return_type|void}}{{
  
==Specific Requests & Reasons==
+
FunctionPage|
<p>
+
name={{#var:name}}|
[[(ASHRM) Skills and Effects]]<br />
 
[[(ASHRM) Datatype Conversions]]<br />
 
[[(ASHRM) KoLmafia Properties]]<br />
 
[[(ASHRM) Code Samples]]<br />
 
[[(ASHRM) Datatype Constants]]<br />
 
Above 4 pages moved to follow standardization.</p>
 
<p>
 
[[Template:Primative]]<br />
 
This template was a mispeeling & used only as a redirect to properly-spelled version.</p>
 
<p>
 
[[test_again]]<br />
 
[[test_function()]]<br />
 
The above two pages were created by myself for testing purposes.</p>
 
<p>
 
[[Attack alpha]]<br />
 
[[Available amount alpha]]<br />
 
[[Ceil alpha]]<br />
 
[[Main Page alpha]]<br />
 
[[Numeric modifier alpha]]<br />
 
[[Outfit alpha]]<br />
 
[[Random alpha]]<br />
 
[[Template alpha]]<br />
 
[[To item alpha]]<br />
 
[[Visit url alpha]]<br />
 
The above "alpha" functions were for testing & before (my) philosophy of putting all possible calls to a function on one page, and explaining the differences there (instead of having a page for each fucntion call / parameter set, which seemed to be the original idea; my idea works better with searching).
 
  
==General Note==
+
function1={{Function|
 +
name={{#var:name}}|
 +
aggregate={{#var:aggregate}}|
 +
return_type={{#var:return_type}}|
 +
return_also={{#var:return_also}}|
 +
}}|
  
<p>All pages that include () at the end, and now have nothing save a redirect to their ()-less version, can be safely deleted.</p>
+
function_description=Marks the start of a batch operation. For any meaningful results, it must eventually be followed by {{f|batch_close}} (see the preceding for information on using these two functions).|
 +
 
 +
needscode=yes|
 +
 
 +
see_also={{SeeAlso|batch_close}}|
 +
}}
 +
 
 +
[[Category:Miscellaneous Functions]]

Latest revision as of 08:54, 27 April 2011

needs(code_samples);

Function Syntax

void batch_open()

Marks the start of a batch operation. For any meaningful results, it must eventually be followed by batch_close() (see the preceding for information on using these two functions).

See Also

batch_close()