The topic of
User:PrimeHunter/Search sister projects.js is something that has generated great interest in today's society. For years,
User:PrimeHunter/Search sister projects.js has been the subject of debates, investigations and controversies. It is a theme that addresses fundamental aspects of everyday life, as well as deeper questions about human nature. Over time,
User:PrimeHunter/Search sister projects.js has evolved and adapted to changes in society, becoming a key element in the way we perceive and understand the world around us. In this article, we will explore different aspects related to
User:PrimeHunter/Search sister projects.js, analyzing its influence in different areas and its relevance today. Read on to discover more about
User:PrimeHunter/Search sister projects.js!
/* Add a "Sister projects" sidebar link to search pages.
Click it to repeat the search with sister projects added.
Install with this in your ]:
importScript('User:PrimeHunter/Search_sister_projects.js'); // Linkback: ]
*/
// Script is specific to Special:Search
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Search'){
mw.util.addPortletLink(
'p-tb',
location.href.replace( location.hash, '' ) + ( location.search ? '&' : '?' ) + 'cirrusUserTesting=recall_sidebar_results',
'Sister projects',
't-sisterprojects',
'Repeat the search with sister projects added'
);
}