User:ActuallyNeverHappened02/locationpossible.js

 /* This script is used to add a link to [[Special:RandomInCategory/Location possible]].
 
 */
 
 mw.loader.using( [ 'mediawiki.util' ], function () {
 	mw.util.addPortletLink(
		'p-participate',
		mw.util.getUrl( 'Special:RandomInCategory/Location possible' ),
		'Ungeocoded file',
		'i-locationpossible',
		'Load a random ungeocoded file',
		'o',
		'#n-contact'
	);
 } );
 
 /* [[Category:Commons user scripts]]
 */
Category:Commons user scripts