User:Justarandomamerican/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
Created page with "var scriptActivationLink = mw.util.addPortletLink( 'p-tb', '#', 'Find Inactive Sysops', 'pt-testscript', 'Replaces the contents of the current page with a..." |
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..." |
||
| Line 1: | Line 1: | ||
//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 at the top right of the page. |
|||
//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( |
||
'p-tb', |
'p-tb', |
||