Difference between revisions of "Template:Function"

Jump to navigation Jump to search
24 bytes removed ,  07:17, 9 February 2009
m
shortname → alias
imported>DragoonWraith
(force it to stop truncating line break)
imported>Qazaaq
m (shortname → alias)
Line 11: Line 11:
   summary          = description of the function
   summary          = description of the function
   ''name''              = the name of the function. The page name is the default value.
   ''name''              = the name of the function. The page name is the default value.
   ''shortname''        = An abbreviated version of the function name that can be
   ''alias''        = An abbreviated version of the function name that can be
                       used instead of the long name.
                       used instead of the long name.
   ''returnVal ''        = what the function returns
   ''returnVal ''        = what the function returns
Line 28: Line 28:
|name = Test
|name = Test
|origin = GECK1
|origin = GECK1
|shortname = tst
|alias = tst
|summary = Does stuff
|summary = Does stuff
|returnType = void
|returnType = void
Line 46: Line 46:
|name = Test
|name = Test
|origin = GECK1
|origin = GECK1
|shortname = tst
|alias = tst
|summary = Does stuff
|summary = Does stuff
|returnType = void
|returnType = void
Line 97: Line 97:


<!-- FOR ALIAS: return value:
<!-- FOR ALIAS: return value:
-->{{ #if: {{{shortname|}}} | &nbsp;
-->{{ #if: {{{alias|}}} | &nbsp;
Or:
Or:
  {{ #ifeq: {{{returnType}}} | void |<!-- no Return Value -->|({{ #if: {{{returnVal|}}} | {{{returnVal}}}<nowiki>:</nowiki> |}}<!--
  {{ #ifeq: {{{returnType}}} | void |<!-- no Return Value -->|({{ #if: {{{returnVal|}}} | {{{returnVal}}}<nowiki>:</nowiki> |}}<!--
Line 107: Line 107:
-->{{ #if: {{{referenceType|}}} |''{{{referenceType}}}.''|<!-- no Reference Type -->}}<!--
-->{{ #if: {{{referenceType|}}} |''{{{referenceType}}}.''|<!-- no Reference Type -->}}<!--


shortname:
alias:
-->{{{shortname}}}<!--
-->{{{alias}}}<!--


arguments
arguments
Anonymous user

Navigation menu