Template:Function: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle mNo edit summary |
imported>StDoodle mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude>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.[[Category:Basic Templates]]</noinclude> | <noinclude>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.[[Category:Basic Templates]]</noinclude> | ||
<includeonly>{{#if: {{{ | <includeonly> | ||
{{# | {{#vardefine:use_aggregate|{{#if: {{{returns_aggregate|}}}|yes|{{#varexists:returns_aggregate|yes|no}} }} }} | ||
{{#vardefine:use_type|{{#if: {{{return_type|}}}|{{{return_type}}}|{{var:return_type}} }} }} | |||
{{#vardefine:use_also_bool|{{#if: {{{returns_also|}}}|yes|{{#varexists:returns_also|yes|no}} }} }} | |||
{{#vardefine:use_also_line|{{#ifeq: {{#var:use_also_bool}}|no||{{#if: {{{returns_also|}}}|{{{returns_also}}}|{{#var:returns_also}} }} }} }} | |||
{{#ifeq: {{#var:use_aggregate}}|yes|[[Aggregate|{{#var:use_type}}]]|[[{{#var:use_type}}]]|}} | |||
{{#ifeq: {{#var:use_also_bool}}|no||{{#ifeq: {{#var:use_aggregate}}|yes| / [[Aggregate|{{#var:use_also_line}}]]| / [[{{#var:use_also_line}}]]}} }} | |||
<b>{{#var:name}}(</b>{{#if: {{{param1|}}}|{{{param1}}}|{{#var:parameter1}} }}{{#if: {{{param2|}}}|{{{param2}}}|{{#var:parameter2}} }}{{#if: {{{param3|}}}|{{{param3}}}|{{#var:parameter3}} }}{{#if: {{{param4|}}}|{{{param4}}}|{{#var:parameter4}} }}{{#if: {{{param5|}}}|{{{param5}}}|{{#var:parameter5}} }}<b>)</b> | |||
</includeonly> | </includeonly> |
Revision as of 09:35, 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.