/* This script is used to add a link to [[Special:RandomRootpage]], or to a stub article.
*/
mw.loader.using( [ 'mediawiki.util' ], function () {
mw.util.addPortletLink(
'p-navigation',
mw.util.getUrl( 'Special:RandomRootpage' ),
'Random rootpage',
'n-randomrootpage',
'Load a random rootpage',
'i',
'#n-sitesupport'
);
} );
/* [[Category:Wikipedia scripts]]
*/