Dablinks for the Monthly Dab Challenge Created Last Month

The current time is August 31, 2025, 7:24 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 (117 new links of 117)
   2. Military of Palestine (23 new links of 23)
   3. Sphincterotomy (7 new links of 7)
   4. Al-Omari Mosque (5 new links of 5)
   5. Lee (5 new links of 5)
   6. Naluo (5 new links of 5)
   7. Traditionalism (4 new links of 4)
   8. Ajay (3 new links of 3)
   9. Andrea Fernández (3 new links of 3)
   10. Bharatpur (3 new links of 3)
   11. Dry heat (3 new links of 3)
   12. Eichenring (3 new links of 3)
   13. Eilema bicolor (3 new links of 3)
   14. Engo (3 new links of 3)
   15. Foundation University (3 new links of 3)
   16. Kohistan (3 new links of 3)
   17. Laypeople (3 new links of 3)
   18. María Ruiz (3 new links of 3)
   19. Menzel (3 new links of 3)
   20. Mobility (3 new links of 3)
   21. Ponce de Leon High School (3 new links of 3)
   22. Public prosecutor general (3 new links of 4)
   23. Pye Corner (3 new links of 3)
   24. Rinaldo (3 new links of 3)
   25. Rocket (disambiguation) (3 new links of 3)
   26. Stalin Prize (3 new links of 3)
   27. Adinath (2 new links of 2)
   28. Ai (2 new links of 2)
   29. Anatoliko (2 new links of 2)
   30. Antonio del Valle (2 new links of 2)
   31. Assisted dying (2 new links of 3)
   32. Behzad (2 new links of 2)
   33. Bootleg (2 new links of 2)
   34. Caesarea (2 new links of 2)
   35. Caritas (2 new links of 2)
   36. Champaka (2 new links of 2)
   37. Childhood education (2 new links of 2)
   38. Chronicles (2 new links of 3)
   39. Clinton, New York (2 new links of 3)
   40. Continuum (2 new links of 2)
   41. Contractor (2 new links of 3)
   42. Corinthian (2 new links of 2)
   43. Cottonwood (2 new links of 2)
   44. Cruisin' for a Bruisin' (2 new links of 2)
   45. Cycle (2 new links of 3)
   46. David Sherman (2 new links of 2)
   47. Digital (2 new links of 2)
   48. Distribution (2 new links of 2)
   49. Dogfish (2 new links of 2)
   50. Eastern Russia (2 new links of 2)

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



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