Difference between revisions of "Template:Function"
Jump to navigation
Jump to search
imported>Qazaaq (adding name to the description) |
imported>SnakeChomp m (Try to remove extraneous newline before function origin) |
||
Line 29: | Line 29: | ||
line about the origin of the function (GECK1, FOSE0001) | line about the origin of the function (GECK1, FOSE0001) | ||
--> | --> | ||
{{ #switch: {{{origin}}} | {{ #switch: {{{origin}}} | ||
| GECK1 = A command included in the original GECK. | | GECK1 = A command included in the original GECK. |
Revision as of 12:43, 16 January 2009
This article is incomplete. You can help by filling in any blank descriptions. Further information might be found in a section of the discussion page. Please remove this message when no longer necessary. |
This is a WIP, feedback is appreciated. To retain readability a lot of HTML comments are used, they shouldn't impact the working of the template, but could add to the confusion a bit. Example in the Sandbox.
{{Function| CSWikiPage = name of corresponding page on the TES CS Wiki origin = whether the function came from the GECK itself or was added by FOSE (or anywhere else as becomes appropriate) summary = description of the function name = the name of the function returnVal = what the function returns returnType = the type of the returned value referenceType = if appropriate, the type of reference that the function may be called on with the dot syntax arg0 = the first mandatory argument (note that this is optional in the template because not all functions have mandatory arguments) arg1 = the second mandatory argument ... (the template currently supports 10 mandatory arguments, arg0 through arg9) optArg0 = the first optional argument (this means it is optional for the scripter) optArg1 = second optional argument ... (the template also accepts 10 optional arguments, optArg0 through optArg9) example = optionally, the function used as part of a script to serve as an example CategoryList = the list of categories to which the page belongs }}