Module:No globals/doc: Difference between revisions

From The Kodiak Republic Wiki
Content added Content deleted
m (grammar)
(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 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.


Cookies help us deliver our services. By using our services, you agree to our use of cookies.