Jump to content

Module:TestData

From ANRC Universe
Revision as of 03:28, 3 February 2026 by Mayaafox (talk | contribs) (Created page with "local p = {} function p.main() local d = mw.ext.data.get('I18n/Uses.tab') return type(d) .. ' rows=' .. tostring(#(d.data or {})) end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:TestData/doc

local p = {}
function p.main()
  local d = mw.ext.data.get('I18n/Uses.tab')
  return type(d) .. ' rows=' .. tostring(#(d.data or {}))
end
return p