Module:Lua class/doc: Difference between revisions
From Kenshi Wiki
More actions
Created page with "{{doc sub}} {{Module rating|beta}} {{Lua|Module:Warning}} This module provides utilities for declaring classes in Lua code. It creates global variables, so must be called before {{ml-lua|strict}} if that is used. <includeonly> {{Sandbox other|| class class }}</includeonly>" |
No edit summary |
||
Line 6: | Line 6: | ||
{{Sandbox other|| | {{Sandbox other|| | ||
[[Category:Modules]] | |||
[[Category:Lua metamodules|class]] | [[Category:Lua metamodules|class]] | ||
[[Category:Error-handling modules|class]] | [[Category:Error-handling modules|class]] | ||
}}</includeonly> | }}</includeonly><noinclude> | ||
[[Category:Module documentation pages]] | |||
</noinclude> |
Revision as of 01:53, 26 February 2025
This is a documentation subpage for Module:Lua class. It may contain usage information, categories and other content that is not part of the original module page. |
Uses Lua: |
This module provides utilities for declaring classes in Lua code. It creates global variables, so must be called before require('strict')
if that is used.