Difference between revisions of "Template:Function"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>StDoodle
m
Line 4: Line 4:
 
{{#vardefine:use_type|{{#if: {{{return_type|}}}|{{{return_type}}}|{{var:return_type}} }} }}
 
{{#vardefine:use_type|{{#if: {{{return_type|}}}|{{{return_type}}}|{{var:return_type}} }} }}
 
{{#vardefine:use_also_bool|{{#if: {{{return_also|}}}|yes|{{#ifeq: {{#varexists:return_also}}|1|yes|no}} }} }}
 
{{#vardefine:use_also_bool|{{#if: {{{return_also|}}}|yes|{{#ifeq: {{#varexists:return_also}}|1|yes|no}} }} }}
{{#vardefine:use_also_line|{{#ifeq: {{#var:use_also_bool}}|yes|{{#if: {{{returns_also|}}}|{{{return_also}}}|{{#var:return_also}} }}|""}} }}
+
{{#vardefine:use_also_line|{{#ifeq: {{#var:use_also_bool}}|yes|{{#if: {{{return_also|}}}|{{{return_also}}}|{{#var:return_also}} }}|""}} }}
 
 
 
 
  
 
{{#var:use_also_bool}}
 
{{#var:use_also_bool}}

Revision as of 10:05, 28 February 2010

This is the template to display a line of function information (for the function page template, see Template:FunctionPage). Supply the function name, the data type of the value it returns, and what, if any, parameters it takes.