https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3AUser_script_table_row%2Fdata Module:User script table row/data - Revision history 2025-05-25T13:25:29Z Revision history for this page on the wiki MediaWiki 1.45.0-wmf.2 https://en.wikipedia.org/w/index.php?title=Module:User_script_table_row/data&diff=1016980198&oldid=prev Nardog: ←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 &#039;local source = mw.title.new(&#039;Wikipedia:User scripts/Most imported scripts&#039;):getContent() local t = {} for script, total, active in mw.ustring.gmatch(source, &#039;\n...&#039;</p> <p><b>New page</b></p><div>local source = mw.title.new(&#039;Wikipedia:User scripts/Most imported scripts&#039;):getContent()<br /> local t = {}<br /> <br /> for script, total, active in mw.ustring.gmatch(source, &#039;\n%| %[%[([^%]]+)%]%] -\n%| (%d+) -\n%| (%d+)&#039;) do<br /> t[script] = { total = tonumber(total), active = tonumber(active) }<br /> end<br /> <br /> return t</div> Nardog