Template:Welcome: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(29 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<big><poem>'''Description''': | <big><poem>'''Description''': | ||
::{{{desc}}} | ::{{{desc|}}} | ||
</poem> | </poem> | ||
'''Parameters:''' | '''Parameters:''' | ||
{{{params}}} | {{{params|<syntaxhighlight lang="lua">NoParams</syntaxhighlight>}}} | ||
<poem> | <poem> | ||
{{#ifeq: {{{retvals|}}} | event | | | |||
'''Return Values:''' | '''Return Values:''' | ||
::{{{retvals}}} | ::{{{retvals| This function does not return any specific values.}}} | ||
}} | |||
</poem> | </poem> | ||
{{#if:{{{note|}}}|<poem>'''Important Note''': | |||
::{{{note|}}} | |||
</poem> | |||
|}} | |||
{{#if:{{{example|}}}| | |||
'''Example''' | |||
{{{example|}}} | |||
|}} | |||
{{{ | {{#if:{{{relfuncs|}}}|=== '''Related Functions''' === | ||
=== '''Related Functions''' === | |||
<poem>The following functions may be helpful as they relate to this function in one way or another. | <poem>The following functions may be helpful as they relate to this function in one way or another. | ||
{{{relfuncs}}}</poem> | {{{relfuncs|}}} | ||
</poem>|}} | |||
</big> | </big> |
Latest revision as of 17:41, 7 December 2022
Description:
Parameters:
NoParams
Return Values:
This function does not return any specific values.