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...") |
m (1 revision imported) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 15:06, 1 October 2021
- The following documentation is located at Module:No globals/doc.[edit]
- Useful links: subpage list • links • transclusions • testcases • sandbox