MediaWiki:Gadget-batchupload.js: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
$(function(){
$(function(){ mw.util.addPortletLink( 'p-tb', '/w/RuneScape:Batch_Upload', 'Batch upload', 'pt-batch-upload', 'Upload many images at once', null, null );});
mw.util.addPortletLink(
'p-tb',
'/w/RuneScape:Batch_Upload',
'Batch upload',
'pt-batch-upload',
'Upload many images at once',
null,
null
);
});

Revision as of 17:14, 17 October 2024

$(function(){
	mw.util.addPortletLink(
		'p-tb',
	    '/w/RuneScape:Batch_Upload',
	    'Batch upload',
	    'pt-batch-upload',
	    'Upload many images at once',
	    null,
	    null
	);
});