Jump to content

Module:Lua class/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Undid revision 1054832202 by Kanzat (talk) Yes, but it's primarily a general metamodule. I'm still not sure if splitting that small part is ideal though.
Add note
Line 1: Line 1:
{{Module rating|beta}}<includeonly>
{{Module rating|beta}}
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||
{{Sandbox other||

Revision as of 16:02, 22 January 2023

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.