Template:Function wrapped: Difference between revisions
From Vendetta Lua
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
There is currently not template code. the following is only the structure in development. | There is currently not template code. the following is only the structure in development. | ||
<pre> | <pre> | ||
</pre> | </pre> | ||
Line 78: | Line 28: | ||
<includeonly> | <includeonly> | ||
=== {{{name}}} === | === {{{name}}} === | ||
;Definition | |||
{{{name|}}}({{ | :{{{name|}}}({{ | ||
#if: {{{arg1_name|}}} | {{{arg1_type|}}} ''{{{arg1_name|}}}'' | }} {{ | #if: {{{arg1_name|}}} | {{{arg1_type|}}} ''{{{arg1_name|}}}'' | }} {{ | ||
#if: {{{arg2_name|}}} | , {{{arg2_type|}}} ''{{{arg2_name|}}}'' | }} {{ | #if: {{{arg2_name|}}} | , {{{arg2_type|}}} ''{{{arg2_name|}}}'' | }} {{ | ||
Line 99: | Line 49: | ||
#if: {{{ret8_name|}}} | , {{{ret8_type|}}} ''{{{ret8_name|}}}'' | }} {{ | #if: {{{ret8_name|}}} | , {{{ret8_type|}}} ''{{{ret8_name|}}}'' | }} {{ | ||
#if: {{{ret9_name|}}} | , {{{ret9_type|}}} ''{{{ret9_name|}}}'' | | #if: {{{ret9_name|}}} | , {{{ret9_type|}}} ''{{{ret9_name|}}}'' | | ||
}} | }} | ||
;Description | ;Description | ||
:{{{desc|}}} | :{{{desc|}}} | ||
;Arguments | |||
;Arguments | |||
{{#if: {{{arg1_name|}}} | : {{{arg1_type|}}} ''{{{arg1_name|}}}'' -- {{{arg1_desc|}}} | }} | {{#if: {{{arg1_name|}}} | : {{{arg1_type|}}} ''{{{arg1_name|}}}'' -- {{{arg1_desc|}}} | }} | ||
{{#if: {{{arg2_name|}}} | : {{{arg2_type|}}} ''{{{arg2_name|}}}'' -- {{{arg2_desc|}}} | }} | {{#if: {{{arg2_name|}}} | : {{{arg2_type|}}} ''{{{arg2_name|}}}'' -- {{{arg2_desc|}}} | }} | ||
Line 113: | Line 62: | ||
{{#if: {{{arg8_name|}}} | : {{{arg8_type|}}} ''{{{arg8_name|}}}'' -- {{{arg8_desc|}}} | }} | {{#if: {{{arg8_name|}}} | : {{{arg8_type|}}} ''{{{arg8_name|}}}'' -- {{{arg8_desc|}}} | }} | ||
{{#if: {{{arg9_name|}}} | : {{{arg9_type|}}} ''{{{arg9_name|}}}'' -- {{{arg9_desc|}}} | }} | {{#if: {{{arg9_name|}}} | : {{{arg9_type|}}} ''{{{arg9_name|}}}'' -- {{{arg9_desc|}}} | }} | ||
;Returns | |||
;Returns | |||
{{#if: {{{ret1_name|}}} | : {{{ret1_type|}}} ''{{{ret1_name|}}}'' -- {{{ret1_desc|}}} | }} | {{#if: {{{ret1_name|}}} | : {{{ret1_type|}}} ''{{{ret1_name|}}}'' -- {{{ret1_desc|}}} | }} | ||
{{#if: {{{ret2_name|}}} | : {{{ret2_type|}}} ''{{{ret2_name|}}}'' -- {{{ret2_desc|}}} | }} | {{#if: {{{ret2_name|}}} | : {{{ret2_type|}}} ''{{{ret2_name|}}}'' -- {{{ret2_desc|}}} | }} | ||
Line 124: | Line 72: | ||
{{#if: {{{ret8_name|}}} | : {{{ret8_type|}}} ''{{{ret8_name|}}}'' -- {{{ret8_desc|}}} | }} | {{#if: {{{ret8_name|}}} | : {{{ret8_type|}}} ''{{{ret8_name|}}}'' -- {{{ret8_desc|}}} | }} | ||
{{#if: {{{ret9_name|}}} | : {{{ret9_type|}}} ''{{{ret9_name|}}}'' -- {{{ret9_desc|}}} | }} | {{#if: {{{ret9_name|}}} | : {{{ret9_type|}}} ''{{{ret9_name|}}}'' -- {{{ret9_desc|}}} | }} | ||
;Notes | |||
;Notes | |||
:{{{notes|}}} | :{{{notes|}}} | ||
</includeonly> | </includeonly> |
Revision as of 01:35, 31 March 2011
This template is intended to have it's parameters filled by Template:Function. This template shouldn't be called directly. There is currently not template code. the following is only the structure in development.
Example
FunctionName
- Definition
- FunctionName( ) ->
- Description
- Function description
- Arguments
- Returns
- Notes
- notes