Dablinks for the Monthly Dab Challenge Created Last Month

The current time is August 2, 2025, 19:25 UTC.

             SELECT a.dab_id AS dab_id,
                    a.dab_title AS dab_title,
                    count(*) AS count,
                    lc_amnt AS all_count
               FROM all_dab_links_basic a, monthly_list_count
              WHERE a.dab_id = lc_id
                AND EXISTS
                      (
                       SELECT 1
                         FROM monthly_list_full b
                        WHERE a.dab_id = b.dab_id
                          AND a.article_id = b.article_id
                      )
                AND EXISTS
                      (
                       SELECT 1
                         FROM all_dab_links c
                        WHERE a.dab_id = c.dab_id
                          AND a.article_id = c.article_id
                          AND dab_date LIKE '202507%'
                      )
              GROUP BY a.dab_id
              ORDER BY count DESC, dab_title
         LIMIT 51

Showing below up to 50 results starting with #1.

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)

   1. Soft coral (118 new links of 118)
   2. Military of Palestine (23 new links of 23)
   3. Charles Napier (8 new links of 8)
   4. Naluo (8 new links of 8)
   5. Variable retention (8 new links of 8)
   6. Isaiah Johnson (7 new links of 7)
   7. Mohammedan SC (7 new links of 7)
   8. National Union (7 new links of 7)
   9. Reshma (7 new links of 7)
   10. Sphincterotomy (7 new links of 7)
   11. Tanawal (7 new links of 7)
   12. Ahmed Khalil (6 new links of 6)
   13. Jeffrey (6 new links of 6)
   14. Patrician (6 new links of 6)
   15. Sorbonne (6 new links of 6)
   16. Al-Omari Mosque (5 new links of 5)
   17. Boundary delimitation (5 new links of 5)
   18. Crossing of the Rhine (disambiguation) (5 new links of 5)
   19. Dohne (5 new links of 5)
   20. Elst (5 new links of 5)
   21. Fazal ur Rahman (5 new links of 5)
   22. Innocent Eyes (5 new links of 5)
   23. John Buttigieg (5 new links of 5)
   24. Kearfott (5 new links of 5)
   25. Kotli Loharan (5 new links of 5)
   26. Kumaon (5 new links of 5)
   27. Lee (5 new links of 5)
   28. Lejjun (5 new links of 5)
   29. Peter Schuster (5 new links of 5)
   30. Trapper hat (5 new links of 5)
   31. Vinayaditya (5 new links of 5)
   32. Albert Schwartz (4 new links of 4)
   33. Alcyonaria (4 new links of 4)
   34. Already Over (4 new links of 4)
   35. Arthur (disambiguation) (4 new links of 4)
   36. Batyr (4 new links of 4)
   37. Burma War (4 new links of 4)
   38. Constituent (4 new links of 4)
   39. DLW (4 new links of 4)
   40. Doliana (4 new links of 4)
   41. Federico Ferrari (4 new links of 4)
   42. Frankfurt Galaxy (4 new links of 4)
   43. Fujinokawa (4 new links of 4)
   44. German Swiss (4 new links of 4)
   45. Gold (disambiguation) (4 new links of 4)
   46. Grace Wang (4 new links of 4)
   47. KQED (4 new links of 4)
   48. Kalyani (4 new links of 4)
   49. London English (4 new links of 4)
   50. Makkah Masjid (4 new links of 4)

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)



Contact: the bot discussion page on the English Wikipedia.
Source code available here.