https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3AUser_script_table_row%2FdataModule:User script table row/data - Revision history2025-05-25T13:25:29ZRevision history for this page on the wikiMediaWiki 1.45.0-wmf.2https://en.wikipedia.org/w/index.php?title=Module:User_script_table_row/data&diff=1016980198&oldid=prevNardog: ←Created page with 'local source = mw.title.new('Wikipedia:User scripts/Most imported scripts'):getContent() local t = {} for script, total, active in mw.ustring.gmatch(source, '\n...'2021-04-10T03:21:45Z<p><a href="/wiki/Wikipedia:AES" class="mw-redirect" title="Wikipedia:AES">←</a>Created page with 'local source = mw.title.new('Wikipedia:User scripts/Most imported scripts'):getContent() local t = {} for script, total, active in mw.ustring.gmatch(source, '\n...'</p>
<p><b>New page</b></p><div>local source = mw.title.new('Wikipedia:User scripts/Most imported scripts'):getContent()<br />
local t = {}<br />
<br />
for script, total, active in mw.ustring.gmatch(source, '\n%| %[%[([^%]]+)%]%] -\n%| (%d+) -\n%| (%d+)') do<br />
t[script] = { total = tonumber(total), active = tonumber(active) }<br />
end<br />
<br />
return t</div>Nardog