Difference between revisions of "Module:Log globals/doc"
Jump to navigation
Jump to search
blackwiki>BrandonXLF |
blackwiki>BrandonXLF |
||
| Line 1: | Line 1: | ||
{{module rating|b}} | {{module rating|b}} | ||
| − | This module finds nil globlas and adds the to the lua log along with where they were read/written. This module is different from [[Module:No globals]] as you can see all nil global variables that are being read/written to rather then only getting an error for the first problematic global variable. | + | <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> |
| + | |||
| + | This module finds nil globlas and adds the to the lua log along with where they were read/written. This module is different from [[Module:No globals]] as you can see all nil global variables that are being read/written to rather then only getting an error for the first problematic global variable. The <var>arg</var> variable is excluded. | ||
| + | |||
| + | == See also == | ||
| + | * [[Module:No globals]] - Creates error message for first encountered nil global read/write | ||
| + | |||
| + | <includeonly>{{Sandbox other|| | ||
| + | <!-- Categories go here and interwikis go in Wikidata. --> | ||
| + | [[Category:Lua metamodules]] | ||
| + | }}</includeonly> | ||
Revision as of 01:10, 30 October 2018
| This module is rated as beta, and is ready for widespread use. It is still new and should be used with some caution to ensure the results are as expected. |
This module finds nil globlas and adds the to the lua log along with where they were read/written. This module is different from Module:No globals as you can see all nil global variables that are being read/written to rather then only getting an error for the first problematic global variable. The arg variable is excluded.
See also
- Module:No globals - Creates error message for first encountered nil global read/write