_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

User:Lourdes/AfDstarted.js

Nowadays, User:Lourdes/AfDstarted.js is a topic that has gained great relevance in today's society. Its impact transcends borders and covers different aspects of daily life. That is why it is necessary to analyze in detail the different angles and perspectives that User:Lourdes/AfDstarted.js offers, since its influence is palpable in various areas, from politics to popular culture. In this article, we will delve into the world of User:Lourdes/AfDstarted.js to better understand its importance and how it affects people in their daily lives. This analysis will allow us to have a broader and more complete vision of User:Lourdes/AfDstarted.js and its impact on the current world.
/* This script adds an "AfDs Today" link to the top toolbar that gives the list of AfDs opened today.
   It is primarily designed for AfD regulars who prefer to directly review the deletion discussions
   that have opened today. To use the script, add the following line to Special:MyPage/common.js:
 
importScript('User:Lourdes/AfDstarted.js'); // Linkback: ]

*/
 
$.when( mw.loader.using(  ), $.ready ).done( function() {
  mw.util.addPortletLink(
    'p-personal',
    mw.util.getUrl('Wikipedia:Articles for deletion/Log/Today'),
    'AfDs Today',
    'pt-specialnew',
    'View the AfD discussions that have been opened today',
    null,
    '#pt-preferences'
  );
});