local source = mw.title.new('Wikipedia:User scripts/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
"https://si.wikipedia.org/w/index.php?title=Module:User_script_table_row/data&oldid=553866" වෙතින් සම්ප්‍රවේශනය කෙරිණි