Modul:User script table row/data

Ji Wîkîpediya, ensîklopediya azad.
Belgekirina modulê[biafirîne]
  1. REDIRECT Module:User script table row/doc

local source = mw.title.new('Wikipedia:Skrîptên bikarhêneran/Most imported scripts'):getContent()
local t = {}

for script, total, active in mw.ustring.gmatch(source, '\n%| %[%[([^%]]+)%]%] -\n%| (%d+) -\n%| (%d+)') do
	t[script] = { total = tonumber(total), active = tonumber(active) }
end

return t