Difference between revisions of "Template:Function"

From Kolmafia
Jump to navigation Jump to search
imported>Bumcheekcity
m
imported>Bumcheekcity
m
Line 4: Line 4:
 
<div style="position:relative">
 
<div style="position:relative">
 
<div style="font-size:80%;text-align:right;position:absolute;top:0px;right:15px;">
 
<div style="font-size:80%;text-align:right;position:absolute;top:0px;right:15px;">
{{{returns}}} {{{name}}}()
+
{{{returns}}} {{{name}}}( {{#if:{{{arg1|}}}{{{arg1}}}}} {{#if:{{{arg2|}}},{{{arg2}}}}} )<br />
{{#if:{{{noarg|}}}This function has no arguments. }}
+
{{#if:{{{noarg|}}}This function has no arguments.<br />}}
{{#if:{{{arg1|}}}Argument 1: {{{arg1}}}}}
 
 
{{{description}}}
 
{{{description}}}
 
</div>
 
</div>

Revision as of 19:03, 1 February 2010


This is the main function template.