Module:User script table row/data
< Module:User script table row
Jump to navigation
Jump to search
Revision as of 22:21, 9 April 2021 by Wikipedia>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...')
Implements {{user script table row}} used in Wikipedia:User scripts/List. /data interprets Wikipedia:User scripts/Most imported scripts and formats the data in a table.