Difference between revisions of "Module:No globals/doc"
Jump to navigation
Jump to search
blackwiki>Jackmcbarn m (grammar) |
blackwiki>Jackmcbarn (document exceptions) |
||
| Line 2: | Line 2: | ||
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> | <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> | ||
| − | This module causes an error if any nil global is read or if any global is written to. To use, add <syntaxhighlight lang="lua">require('Module:No globals')</syntaxhighlight> to the top of the module using it. | + | This module causes an error if any nil global is read or if any global is written to, with the exception of <tt>arg</tt>, and temporarily, <tt>name</tt>. To use, add <syntaxhighlight lang="lua">require('Module:No globals')</syntaxhighlight> to the top of the module using it. |
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| | ||
Revision as of 01:37, 27 April 2014
| This module is rated as alpha. It is ready for third-party input, and may be used on a few pages to see if problems arise, but should be watched. Suggestions for new features or changes in their input and output mechanisms are welcome. |
This module causes an error if any nil global is read or if any global is written to, with the exception of arg, and temporarily, name. To use, add
require('Module:No globals')
to the top of the module using it.