Difference between revisions of "Template:Function"
alt2
imported>DragoonWraith |
imported>DragoonWraith (alt2) |
||
Line 14: | Line 14: | ||
''altName'' = the name of an alternate version of a function (e.g. the "C" Magic Effect functions) | ''altName'' = the name of an alternate version of a function (e.g. the "C" Magic Effect functions) | ||
''altAlias'' = the alias of the alternate function. | ''altAlias'' = the alias of the alternate function. | ||
''alt2Name'' = the name of a second alternate version of a function | |||
''alt2Alias'' = the alias of any second alternate version of a function | |||
''returnVal '' = what the function returns. | ''returnVal '' = what the function returns. | ||
''returnType'' = the type of the returned value. | ''returnType'' = the type of the returned value. | ||
Line 22: | Line 24: | ||
or any other wiki syntax. | or any other wiki syntax. | ||
''altArgs'' = List of arguments for the alternate version of the function. | ''altArgs'' = List of arguments for the alternate version of the function. | ||
''alt2Args'' = List of arguments for the alternate version of the function. | |||
''example'' = optionally, the function used as part of a script to serve as an example | ''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 | ''CategoryList'' = the list of categories to which the page belongs |