User:MacFan4000/findInactiveSysops.js: Difference between revisions
From Test Wiki
Content deleted Content added
MacFan4000 (talk | contribs) Created page with "//This script automates the process of finding inactive sysops. //Warning: the script will replace the contents of the page you are currently viewing when you click the link a..." |
MacFan4000 (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
//Output is in the format of "[[User:Example|Example]] || [[Special:PermanentLink/1234|timestamp]] || [[Special:Log/Example|timestamp]]" |
//Output is in the format of "[[User:Example|Example]] || [[Special:PermanentLink/1234|timestamp]] || [[Special:Log/Example|timestamp]]" |
||
var scriptActivationLink = mw.util.addPortletLink( |
var scriptActivationLink = mw.util.addPortletLink( |
||
' |
'sidebar', |
||
'#', |
'#', |
||
'Find Inactive Sysops', |
'Find Inactive Sysops', |
||