User:Skizzerz/Scripts: Difference between revisions

From StrategyWiki, the video game walkthrough and strategy guide wiki
update
m (++)
(update)
Line 46: Line 46:
<pre>
<pre>
//QuickDelete for sysops
//QuickDelete for sysops
//Change the following three lines to modify the delete reasons, remember to use + for spaces
var qdId = ['spamvand', 'test', 'request'];
var qdText = ['Spam/Vandalism', 'Test+page,+please+use+the+[[StrategyWiki:Sandbox|sandbox]]', 'Author+request'];
var qdDisp = ['Spam/Vandalism', 'Test', 'Author request'];
importScript('User:Ryan Schmidt/Scripts/QuickDelete.js');
importScript('User:Ryan Schmidt/Scripts/QuickDelete.js');
</pre>
</pre>