Module:No globals/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == Include this module at the top...") |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | |||
== Usage == | == Usage == | ||
Include this module at the top of your code. An error will be raised any time your code tries to read or write to a non-local (undeclared) variable. | Include this module at the top of your code. An error will be raised any time your code tries to read or write to a non-local (undeclared) variable. | ||
<includeonly>{{sandbox other||{{testcases other|| | |||
<!-- Categories below this line, please --> | |||
<!-- Categories below this line, please | [[Category:Modules]] | ||
}}}}</includeonly> | |||
}}</includeonly> |
Latest revision as of 22:57, 11 June 2023
It contains usage information, categories and other content that is not part of the original module page.
|
Usage
Include this module at the top of your code. An error will be raised any time your code tries to read or write to a non-local (undeclared) variable.