More actions
Content deleted Content added
Created page with "{{Documentation}} Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of the modules documentation. There is no limit to the number of functions this template can list. This template is called by Star Citizen:Lua/Helper modules to help produce a dynamic table. <pre> {{Helper module |name = Name of the module (no namespace prefix) |fname1 = Name of first function as it is called in modules. If..." |
No edit summary |
||
Line 2: | Line 2: | ||
Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of the modules documentation. There is no limit to the number of functions this template can list. |
Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of the modules documentation. There is no limit to the number of functions this template can list. |
||
This template is called by [[ |
This template is called by [[AoM Retold:Lua/Helper modules]] to help produce a dynamic table. |
||
<pre> |
<pre> |
Latest revision as of 06:06, 1 October 2024
This is a documentation subpage for 'Template:Helper module'.
It contains usage information, categories, and other content that is not part of the original template page.
Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of the modules documentation. There is no limit to the number of functions this template can list.
This template is called by AoM Retold:Lua/Helper modules to help produce a dynamic table.
{{Helper module |name = Name of the module (no namespace prefix) |fname1 = Name of first function as it is called in modules. If the function has multiple versions they can be split up using <code>;;</code> as a separator. |ftype1 = Argument types of parameters |fuse1 = Purpose of the function ... |fname# = Name of tenth function as it is called in modules |ftype# = Argument types of parameters |fuse# = Purpose of the function |example = <syntaxhighlight lang='lua'> -- Code </syntaxhighlight> }}