Module:No globals/doc: Difference between revisions

From HIBIKIFORUM
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:
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{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||


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please -->
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Modules]]
 
}}}}</includeonly>
}}</includeonly>

Latest revision as of 22:57, 11 June 2023

Light bulb.png }}
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.