Module:TestData
Appearance
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
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