Template:Welcome: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
 
(34 intermediate revisions by 2 users not shown)
Line 2: Line 2:


<big><poem>'''Description''':  
<big><poem>'''Description''':  
::{{{description}}}
::{{{desc|}}}
</poem>
</poem>




'''Parameters:'''
'''Parameters:'''
<syntaxhighlight lang="lua">{{{params}}}</syntaxhighlight>
{{{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|}}}
|}}


<source lang="lua">
{{#if:{{{relfuncs|}}}|=== '''Related Functions''' ===
function OnNPCScriptLoad()
<poem>The following functions may be helpful as they relate to this function in one way or another.
{
{{{relfuncs|}}}
print("NPC script loaded\n");
</poem>|}}
}
</source>{{{srctest}}}
</big>
</big>

Latest revision as of 17:41, 7 December 2022


Description:


Parameters:

NoParams


Return Values:
This function does not return any specific values.