Module:No globals/doc

From Foundry Wiki
< Module:No globals
Revision as of 01:37, 29 June 2022 by Naginreed (talk | contribs) (Created page with "{{doc/start}} == 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. {{doc/end}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:No globals

Template-info.png Documentation

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.

This is the documentation page, it should be transcluded into the main module page. See Template:Doc for more information.