Module:No globals: Difference between revisions
Jump to navigation
Jump to search
(Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newi...") |
(Undid revision 948472525 by [[Special:Contributions/w>DiBabelYurikBot|w>DiBabelYurikBot]] ([[User talk:w>DiBabelYurikBot|talk]])) |
Revision as of 06:28, 1 April 2020
- The following documentation is located at Module:No globals/doc.[edit]
- Useful links: subpage list • links • transclusions • testcases • sandbox