[go: nahoru, domu]

Jump to content

User:Zzyxzaa26/sandbox

From Wikipedia, the free encyclopedia

importScript("User:GregU/randomlink.js");

addOnloadHook( function() {

 // Other special cases are "Special:RecentChangesLinked" and "Special:Contributions"
 addPortletLink('p-navigation', 'javascript:randomLink("Special:WhatLinksHere")',
                'Random back-link', 'n-randomback', 'Random page that links here');
 addPortletLink('p-navigation', 'javascript:randomLink("Special:AllPages",4)',
                'Random page', 'n-randompage2', 'Load a random article, the slow way');
 // Ignore most of the top and bottom meta links on WP:FA
 randomlink_exclude = /^Wikipedia:|^Portal:|^(Lists?|Outline|Library) of|^(Deaths in )?20\d\d$/;

 addPortletLink('p-navigation', 'javascript:randomLink("Wikipedia:Featured articles")',
                'Featured article', 'n-randomfa', 'Pick a random featured article');

});