Difference between revisions of "User:Philmasterplus/Sandbox"

From Kolmafia
Jump to navigation Jump to search
(Replaced content with "Nothing to see here, move along.")
Tag: Replaced
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Test text
+
Nothing to see here, move along.
 
 
<onlyinclude>{{{{{format|User:Philmasterplus/TemplateSandbox2}}}
 
|name=User:Philmasterplus/Sandbox
 
|function1.return_type=buffer
 
|function1.description=Returns the original HTML source of the page being overridden inside a relay override script.
 
|function2.return_type=buffer
 
|function2.description=Visits a web page and returns its HTML source.
 
|function2.param1=url
 
|function2.param1.type=string
 
|function2.param1.description=URL of the page to visit. If a relative URL is provided, it is treated as an in-game page.
 
|function2.param2=use_POST
 
|function2.param2.type=boolean
 
|function2.param2.optional=yes
 
|function2.param2.default=true
 
|function2.param2.description=If <code>true</code>, makes an HTTP POST request when visiting the URL. Otherwise, makes a GET request.
 
|function2.param3=encoded
 
|function2.param3.type=boolean
 
|function2.param3.optional=yes
 
|function2.param3.default=false
 
|function2.param3.description=If <code>true</code>, KoLmafia assumes that <code>url</code> has already been [[wikipedia:Percent-encoding|URL-encoded]] and will not encode it.
 
|{{{1|}}}
 
}}</onlyinclude>
 
 
 
Hello, world!
 

Latest revision as of 13:25, 20 December 2020

Nothing to see here, move along.